diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:12:43 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 05:20:49 +0000 |
commit | 6e0044dbf285eaf546c7f0db0d6a9fff6c2d30fb (patch) | |
tree | cbe01fd714620c54693dd1cc40060cd67980a8e5 /src/soc/intel/broadwell | |
parent | ae75400ae338180da9a75526b017042a1780c4f9 (diff) |
soc: Remove useless include <device/pci_ids.h>
Change-Id: Idef8c556ac8c05c5e2047a38629422544392cd62
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30200
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r-- | src/soc/intel/broadwell/me_status.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/romstage/smbus.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/romstage/spi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/smbus_common.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/spi.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/broadwell/me_status.c b/src/soc/intel/broadwell/me_status.c index 819e94ce3c..374870185b 100644 --- a/src/soc/intel/broadwell/me_status.c +++ b/src/soc/intel/broadwell/me_status.c @@ -16,7 +16,6 @@ #include <arch/io.h> #include <console/console.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <stdlib.h> #include <string.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/broadwell/romstage/smbus.c b/src/soc/intel/broadwell/romstage/smbus.c index 3f9dcd0ab7..fd886c47f9 100644 --- a/src/soc/intel/broadwell/romstage/smbus.c +++ b/src/soc/intel/broadwell/romstage/smbus.c @@ -15,7 +15,6 @@ */ #include <arch/io.h> -#include <device/pci_ids.h> #include <device/pci_def.h> #include <reg_script.h> #include <soc/iomap.h> diff --git a/src/soc/intel/broadwell/romstage/spi.c b/src/soc/intel/broadwell/romstage/spi.c index c4a5452c20..2fd1fc8532 100644 --- a/src/soc/intel/broadwell/romstage/spi.c +++ b/src/soc/intel/broadwell/romstage/spi.c @@ -15,7 +15,6 @@ #include <arch/io.h> #include <console/console.h> -#include <device/pci_ids.h> #include <device/pci_def.h> #include <delay.h> #include <soc/spi.h> diff --git a/src/soc/intel/broadwell/smbus_common.c b/src/soc/intel/broadwell/smbus_common.c index bec988f74f..99ed55b531 100644 --- a/src/soc/intel/broadwell/smbus_common.c +++ b/src/soc/intel/broadwell/smbus_common.c @@ -21,7 +21,6 @@ #include <device/path.h> #include <device/smbus_def.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <soc/ramstage.h> #include <soc/smbus.h> diff --git a/src/soc/intel/broadwell/spi.c b/src/soc/intel/broadwell/spi.c index 2b2d603b68..2317c9a137 100644 --- a/src/soc/intel/broadwell/spi.c +++ b/src/soc/intel/broadwell/spi.c @@ -20,7 +20,6 @@ #include <delay.h> #include <arch/io.h> #include <console/console.h> -#include <device/pci_ids.h> #include <spi_flash.h> #include <spi-generic.h> #include <soc/pci_devs.h> |