summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/include')
-rw-r--r--src/soc/intel/alderlake/include/soc/gpio_defs.h3
-rw-r--r--src/soc/intel/alderlake/include/soc/gpio_defs_pch_s.h3
-rw-r--r--src/soc/intel/alderlake/include/soc/romstage.h1
3 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/alderlake/include/soc/gpio_defs.h b/src/soc/intel/alderlake/include/soc/gpio_defs.h
index a50aec9380..8e6222cc19 100644
--- a/src/soc/intel/alderlake/include/soc/gpio_defs.h
+++ b/src/soc/intel/alderlake/include/soc/gpio_defs.h
@@ -3,9 +3,6 @@
#ifndef _SOC_ALDERLAKE_GPIO_DEFS_H_
#define _SOC_ALDERLAKE_GPIO_DEFS_H_
-#ifndef __ACPI__
-#include <stddef.h>
-#endif
#include <soc/gpio_soc_defs.h>
#define GPIO_NUM_PAD_CFG_REGS 4 /* DW0, DW1, DW2, DW3 */
diff --git a/src/soc/intel/alderlake/include/soc/gpio_defs_pch_s.h b/src/soc/intel/alderlake/include/soc/gpio_defs_pch_s.h
index a2ab413267..1fc3cda9ac 100644
--- a/src/soc/intel/alderlake/include/soc/gpio_defs_pch_s.h
+++ b/src/soc/intel/alderlake/include/soc/gpio_defs_pch_s.h
@@ -3,9 +3,6 @@
#ifndef _SOC_ALDERLAKE_GPIO_DEFS_PCH_S_H_
#define _SOC_ALDERLAKE_GPIO_DEFS_PCH_S_H_
-#ifndef __ACPI__
-#include <stddef.h>
-#endif
#include <soc/gpio_soc_defs_pch_s.h>
#define GPIO_NUM_PAD_CFG_REGS 4 /* DW0, DW1, DW2, DW3 */
diff --git a/src/soc/intel/alderlake/include/soc/romstage.h b/src/soc/intel/alderlake/include/soc/romstage.h
index 3a22d25bb3..679d538b2d 100644
--- a/src/soc/intel/alderlake/include/soc/romstage.h
+++ b/src/soc/intel/alderlake/include/soc/romstage.h
@@ -4,7 +4,6 @@
#define _SOC_ROMSTAGE_H_
#include <fsp/api.h>
-#include <stddef.h>
void mainboard_memory_init_params(FSPM_UPD *memupd);
void systemagent_early_init(void);