diff options
Diffstat (limited to 'src/soc/intel/meteorlake')
-rw-r--r-- | src/soc/intel/meteorlake/elog.c | 1 | ||||
-rw-r--r-- | src/soc/intel/meteorlake/include/soc/meminit.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/meteorlake/elog.c b/src/soc/intel/meteorlake/elog.c index 14d086c38d..5cfc7eccd2 100644 --- a/src/soc/intel/meteorlake/elog.c +++ b/src/soc/intel/meteorlake/elog.c @@ -9,7 +9,6 @@ #include <soc/pci_devs.h> #include <soc/pm.h> #include <soc/soc_info.h> -#include <stdint.h> #include <types.h> struct pme_map { diff --git a/src/soc/intel/meteorlake/include/soc/meminit.h b/src/soc/intel/meteorlake/include/soc/meminit.h index cc5ab18cdc..cd978504b6 100644 --- a/src/soc/intel/meteorlake/include/soc/meminit.h +++ b/src/soc/intel/meteorlake/include/soc/meminit.h @@ -3,8 +3,6 @@ #ifndef _SOC_METEORLAKE_MEMINIT_H_ #define _SOC_METEORLAKE_MEMINIT_H_ -#include <stddef.h> -#include <stdint.h> #include <types.h> #include <fsp/soc_binding.h> #include <intelblocks/meminit.h> |