aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdfam10/get_pci1234.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:13:32 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 05:21:38 +0000
commit1f4cb326fadcd5532e3d8f2468ef8cef0b90d9b7 (patch)
tree2c34cbf3d3485d6ceae0214d180913e7c029cc27 /src/northbridge/amd/amdfam10/get_pci1234.c
parentaf2d6dceab2576cba2900356cd7307f091727612 (diff)
northbridge: Remove useless include <device/pci_ids.h>
Change-Id: Ie221a142ed804988a05269d42904aba3ac79e0be Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30202 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/amd/amdfam10/get_pci1234.c')
-rw-r--r--src/northbridge/amd/amdfam10/get_pci1234.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdfam10/get_pci1234.c b/src/northbridge/amd/amdfam10/get_pci1234.c
index fee31b639e..d9dd2ced8b 100644
--- a/src/northbridge/amd/amdfam10/get_pci1234.c
+++ b/src/northbridge/amd/amdfam10/get_pci1234.c
@@ -14,7 +14,6 @@
*/
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <string.h>
#include <stdint.h>