From b12c2761f4c5dc0f812481620b0d73faf49d0495 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 30 Nov 2019 19:32:33 +0100 Subject: src/{drivers,device,ec}: Remove unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I05422ee4b0aa5c02525ef0b4eccb4dc3ecf871e8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/32822 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/device/i2c_bus.c | 1 - src/device/oprom/realmode/x86.c | 1 - src/device/pci_class.c | 1 - src/device/pnp_device.c | 1 - 4 files changed, 4 deletions(-) (limited to 'src/device') diff --git a/src/device/i2c_bus.c b/src/device/i2c_bus.c index 93634d223b..5d69efb73f 100644 --- a/src/device/i2c_bus.c +++ b/src/device/i2c_bus.c @@ -11,7 +11,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c index 1026ddb7ff..8ba0241ea4 100644 --- a/src/device/oprom/realmode/x86.c +++ b/src/device/oprom/realmode/x86.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/src/device/pci_class.c b/src/device/pci_class.c index 0aa2f2890a..e084c77bf1 100644 --- a/src/device/pci_class.c +++ b/src/device/pci_class.c @@ -14,7 +14,6 @@ #include #include #include -#include typedef struct { const unsigned char subclass_id; diff --git a/src/device/pnp_device.c b/src/device/pnp_device.c index 1852fc1b16..c58b375277 100644 --- a/src/device/pnp_device.c +++ b/src/device/pnp_device.c @@ -12,7 +12,6 @@ */ #include -#include #include #include #include -- cgit v1.2.3