From 17115156b04d75325ffb0f4818fcd31cecc8eb9b Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 12 Dec 2018 15:14:02 +0100 Subject: {device,drivers}: Remove useless include Change-Id: Ib96bf7d48711f518e36f8d12244b5749d84a0f68 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/30203 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/device/azalia_device.c | 1 - src/device/oprom/realmode/x86_interrupts.c | 1 - src/device/pci_ops.c | 1 - src/device/pci_ops_mmconf.c | 1 - src/device/pcix_device.c | 1 - src/drivers/aspeed/common/aspeed_coreboot.h | 1 - src/drivers/sil/3114/sil_sata.c | 1 - src/drivers/xgi/common/xgi_coreboot.h | 1 - 8 files changed, 8 deletions(-) (limited to 'src') diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c index 5c2fcfc908..364eec1f8e 100644 --- a/src/device/azalia_device.c +++ b/src/device/azalia_device.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c index 7ec77f8b9d..e70b25db0a 100644 --- a/src/device/oprom/realmode/x86_interrupts.c +++ b/src/device/oprom/realmode/x86_interrupts.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include diff --git a/src/device/pci_ops.c b/src/device/pci_ops.c index 202a9cd410..82c22a7428 100644 --- a/src/device/pci_ops.c +++ b/src/device/pci_ops.c @@ -17,7 +17,6 @@ #include #include -#include #include static const struct pci_bus_operations *pci_bus_ops(struct bus *bus, struct device *dev) diff --git a/src/device/pci_ops_mmconf.c b/src/device/pci_ops_mmconf.c index abbab3f548..04f3d23fd3 100644 --- a/src/device/pci_ops_mmconf.c +++ b/src/device/pci_ops_mmconf.c @@ -13,7 +13,6 @@ #include #include -#include #include #if !defined(CONFIG_MMCONF_BASE_ADDRESS) || !CONFIG_MMCONF_BASE_ADDRESS diff --git a/src/device/pcix_device.c b/src/device/pcix_device.c index 31b74e5b35..1204660d7b 100644 --- a/src/device/pcix_device.c +++ b/src/device/pcix_device.c @@ -17,7 +17,6 @@ #include #include #include -#include #include static void pcix_tune_dev(struct device *dev) diff --git a/src/drivers/aspeed/common/aspeed_coreboot.h b/src/drivers/aspeed/common/aspeed_coreboot.h index b974840308..4798ec2734 100644 --- a/src/drivers/aspeed/common/aspeed_coreboot.h +++ b/src/drivers/aspeed/common/aspeed_coreboot.h @@ -26,7 +26,6 @@ #include #include #include -#include #include /* coreboot <--> kernel code interface */ diff --git a/src/drivers/sil/3114/sil_sata.c b/src/drivers/sil/3114/sil_sata.c index 3c56266cbf..95499a7cb3 100644 --- a/src/drivers/sil/3114/sil_sata.c +++ b/src/drivers/sil/3114/sil_sata.c @@ -22,7 +22,6 @@ #include #include #include -#include #include static void si_sata_init(struct device *dev) diff --git a/src/drivers/xgi/common/xgi_coreboot.h b/src/drivers/xgi/common/xgi_coreboot.h index b9332e8126..6c0fd6ccd1 100644 --- a/src/drivers/xgi/common/xgi_coreboot.h +++ b/src/drivers/xgi/common/xgi_coreboot.h @@ -28,7 +28,6 @@ #include #include #include -#include #include #include "initdef.h" -- cgit v1.2.3