summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:12:08 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 05:23:18 +0000
commit21c8f9cab3e52e811c60e141c274e9504feb195b (patch)
treedfbd26ccbf07ed0ca8c97e72115d0ea9db7e2f7e /src/mainboard/tyan
parent19ea62e19dabdaef4032ab40e7ff9b2ac79d9b81 (diff)
downloadcoreboot-21c8f9cab3e52e811c60e141c274e9504feb195b.tar.xz
mainboard: Remove useless include <device/pci_ids.h>
Change-Id: I4ee3cc42302c44dc80ae1f285579a4d1775aec16 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30199 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r--src/mainboard/tyan/s2912_fam10/get_bus_conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2912_fam10/get_bus_conf.c b/src/mainboard/tyan/s2912_fam10/get_bus_conf.c
index 7164940b91..9f95b6563e 100644
--- a/src/mainboard/tyan/s2912_fam10/get_bus_conf.c
+++ b/src/mainboard/tyan/s2912_fam10/get_bus_conf.c
@@ -17,7 +17,6 @@
#include <console/console.h>
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <string.h>
#include <stdint.h>
#include <cpu/amd/multicore.h>