diff options
Diffstat (limited to 'src/soc/intel/jasperlake/pmc.c')
-rw-r--r-- | src/soc/intel/jasperlake/pmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/pmc.c b/src/soc/intel/jasperlake/pmc.c index cb18fde2eb..dccf7c7766 100644 --- a/src/soc/intel/jasperlake/pmc.c +++ b/src/soc/intel/jasperlake/pmc.c @@ -11,6 +11,7 @@ #include <soc/pci_devs.h> #include <soc/pm.h> #include <soc/soc_chip.h> +#include <static.h> static void config_deep_sX(uint32_t offset, uint32_t mask, int sx, int enable) { |