diff options
Diffstat (limited to 'src/soc/intel/pantherlake/pmc.c')
-rw-r--r-- | src/soc/intel/pantherlake/pmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/pantherlake/pmc.c b/src/soc/intel/pantherlake/pmc.c index 1c1ca5dec0..de6bf0c958 100644 --- a/src/soc/intel/pantherlake/pmc.c +++ b/src/soc/intel/pantherlake/pmc.c @@ -15,6 +15,7 @@ #include <soc/pci_devs.h> #include <soc/pm.h> #include <soc/soc_chip.h> +#include <static.h> #include <stdint.h> #define PMC_HID "INTC1026" |