diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-15 15:56:03 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-10-18 18:41:09 +0000 |
commit | df60e8786cd71c92a12156c381814b9234d52f6e (patch) | |
tree | 74bd9cfc6329c08cd60fc5a7bece34c32937b236 /src/southbridge/amd | |
parent | d9c799c5296c8f300031dafade682cf613ec4d34 (diff) |
src: Remove unused include '<device/pci_ids.h>'
Change-Id: Ic90dcff9d0b49a75a26556e4a1884a2954ef68f6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36063
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/early.c | 1 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb900/early.c | 1 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/bootblock.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/amd/cimx/sb800/early.c b/src/southbridge/amd/cimx/sb800/early.c index 7d93c81dd8..48829578e1 100644 --- a/src/southbridge/amd/cimx/sb800/early.c +++ b/src/southbridge/amd/cimx/sb800/early.c @@ -14,7 +14,6 @@ */ #include <stdint.h> -#include <device/pci_ids.h> #include "SBPLATFORM.h" #include "sb_cimx.h" #include "cfg.h" /*sb800_cimx_config*/ diff --git a/src/southbridge/amd/cimx/sb900/early.c b/src/southbridge/amd/cimx/sb900/early.c index 1aa9a5a4ba..ccada12dc3 100644 --- a/src/southbridge/amd/cimx/sb900/early.c +++ b/src/southbridge/amd/cimx/sb900/early.c @@ -17,7 +17,6 @@ #define __SIMPLE_DEVICE__ #include <stdint.h> -#include <device/pci_ids.h> #include <arch/io.h> #include "SbPlatform.h" #include "sb_cimx.h" diff --git a/src/southbridge/amd/pi/hudson/bootblock.c b/src/southbridge/amd/pi/hudson/bootblock.c index bdda5edbcc..f12cec8602 100644 --- a/src/southbridge/amd/pi/hudson/bootblock.c +++ b/src/southbridge/amd/pi/hudson/bootblock.c @@ -15,7 +15,6 @@ #include <stdint.h> #include <device/pci_ops.h> -#include <device/pci_ids.h> /* * Enable 4MB (LPC) ROM access at 0xFFC00000 - 0xFFFFFFFF. |