diff options
-rw-r--r-- | src/mainboard/51nb/x210/gpio.h | 1 | ||||
-rw-r--r-- | src/mainboard/facebook/monolith/gpio.h | 1 | ||||
-rw-r--r-- | src/mainboard/libretrend/lt1000/gpio.h | 1 | ||||
-rw-r--r-- | src/mainboard/prodrive/atlas/gpio.h | 1 | ||||
-rw-r--r-- | src/mainboard/protectli/vault_kbl/gpio.h | 1 | ||||
-rw-r--r-- | src/mainboard/purism/librem_skl/gpio.h | 1 | ||||
-rw-r--r-- | src/mainboard/razer/blade_stealth_kbl/gpio.h | 1 | ||||
-rw-r--r-- | src/mainboard/system76/lemp9/gpio.h | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/51nb/x210/gpio.h b/src/mainboard/51nb/x210/gpio.h index 53a7547f31..df12f5bb61 100644 --- a/src/mainboard/51nb/x210/gpio.h +++ b/src/mainboard/51nb/x210/gpio.h @@ -3,7 +3,6 @@ #ifndef MAINBOARD_GPIO_H #define MAINBOARD_GPIO_H -#include <soc/gpe.h> #include <soc/gpio.h> /* diff --git a/src/mainboard/facebook/monolith/gpio.h b/src/mainboard/facebook/monolith/gpio.h index 69ffc6bce0..e9980bcb8e 100644 --- a/src/mainboard/facebook/monolith/gpio.h +++ b/src/mainboard/facebook/monolith/gpio.h @@ -3,7 +3,6 @@ #ifndef MAINBOARD_GPIO_H #define MAINBOARD_GPIO_H -#include <soc/gpe.h> #include <soc/gpio.h> #ifndef __ACPI__ diff --git a/src/mainboard/libretrend/lt1000/gpio.h b/src/mainboard/libretrend/lt1000/gpio.h index 7e0e0a7348..cafb5efac8 100644 --- a/src/mainboard/libretrend/lt1000/gpio.h +++ b/src/mainboard/libretrend/lt1000/gpio.h @@ -3,7 +3,6 @@ #ifndef LT1000_GPIO_H #define LT1000_GPIO_H -#include <soc/gpe.h> #include <soc/gpio.h> #ifndef __ACPI__ diff --git a/src/mainboard/prodrive/atlas/gpio.h b/src/mainboard/prodrive/atlas/gpio.h index 8244206adf..d115998944 100644 --- a/src/mainboard/prodrive/atlas/gpio.h +++ b/src/mainboard/prodrive/atlas/gpio.h @@ -3,7 +3,6 @@ #ifndef __BASEBOARD_GPIO_H__ #define __BASEBOARD_GPIO_H__ -#include <soc/gpe.h> #include <soc/gpio.h> void configure_gpio_pads(void); diff --git a/src/mainboard/protectli/vault_kbl/gpio.h b/src/mainboard/protectli/vault_kbl/gpio.h index 7ec5a8a62b..8e59db91c2 100644 --- a/src/mainboard/protectli/vault_kbl/gpio.h +++ b/src/mainboard/protectli/vault_kbl/gpio.h @@ -3,7 +3,6 @@ #ifndef _GPIOFW6B_H #define _GPIOFW6B_H -#include <soc/gpe.h> #include <soc/gpio.h> #ifndef __ACPI__ diff --git a/src/mainboard/purism/librem_skl/gpio.h b/src/mainboard/purism/librem_skl/gpio.h index 240205b0e5..1acc11e8cd 100644 --- a/src/mainboard/purism/librem_skl/gpio.h +++ b/src/mainboard/purism/librem_skl/gpio.h @@ -3,7 +3,6 @@ #ifndef MAINBOARD_GPIO_H #define MAINBOARD_GPIO_H -#include <soc/gpe.h> #include <soc/gpio.h> #ifndef __ACPI__ diff --git a/src/mainboard/razer/blade_stealth_kbl/gpio.h b/src/mainboard/razer/blade_stealth_kbl/gpio.h index da471edd79..4f98432687 100644 --- a/src/mainboard/razer/blade_stealth_kbl/gpio.h +++ b/src/mainboard/razer/blade_stealth_kbl/gpio.h @@ -3,7 +3,6 @@ #ifndef MAINBOARD_GPIO_H #define MAINBOARD_GPIO_H -#include <soc/gpe.h> #include <soc/gpio.h> /* diff --git a/src/mainboard/system76/lemp9/gpio.h b/src/mainboard/system76/lemp9/gpio.h index 0d102d2652..59d8d063d9 100644 --- a/src/mainboard/system76/lemp9/gpio.h +++ b/src/mainboard/system76/lemp9/gpio.h @@ -3,7 +3,6 @@ #ifndef MAINBOARD_GPIO_H #define MAINBOARD_GPIO_H -#include <soc/gpe.h> #include <soc/gpio.h> #ifndef __ACPI__ |