From c35f2819348501579a32e870e21f5f1b062d26e8 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 14 Oct 2022 13:31:42 +0200 Subject: mb/*/*/gpio.h: Remove unused Change-Id: I9b03ccc1100307e3c24393903600d18f6cc9abdc Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/68378 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks Reviewed-by: Erik van den Bogaert --- src/mainboard/51nb/x210/gpio.h | 1 - src/mainboard/facebook/monolith/gpio.h | 1 - src/mainboard/libretrend/lt1000/gpio.h | 1 - src/mainboard/prodrive/atlas/gpio.h | 1 - src/mainboard/protectli/vault_kbl/gpio.h | 1 - src/mainboard/purism/librem_skl/gpio.h | 1 - src/mainboard/razer/blade_stealth_kbl/gpio.h | 1 - src/mainboard/system76/lemp9/gpio.h | 1 - 8 files changed, 8 deletions(-) (limited to 'src') 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 #include /* 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 #include #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 #include #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 #include 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 #include #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 #include #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 #include /* 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 #include #ifndef __ACPI__ -- cgit v1.2.3