summaryrefslogtreecommitdiff
path: root/src/arch/x86/pci_ops_mmconf.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2016-01-23 01:15:42 +0100
committerPatrick Georgi <pgeorgi@google.com>2016-01-26 20:22:44 +0100
commit7ee6cd5901a958e9befce90d8a1c4da4b544e5a8 (patch)
treeb12ea81d85ebc2133bcc4400717409b33e6ef96b /src/arch/x86/pci_ops_mmconf.c
parentd6577e1cb89ba3b04eab2804627343bbad175a72 (diff)
downloadcoreboot-7ee6cd5901a958e9befce90d8a1c4da4b544e5a8.tar.xz
arch/x86: Drop arch/pciconf.h
It's unused, so get rid of it. Change-Id: I28c6dc0208686edc3aabaf624773ea70350c1c8f Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/13177 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/x86/pci_ops_mmconf.c')
-rw-r--r--src/arch/x86/pci_ops_mmconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/pci_ops_mmconf.c b/src/arch/x86/pci_ops_mmconf.c
index 500a37d186..989c580301 100644
--- a/src/arch/x86/pci_ops_mmconf.c
+++ b/src/arch/x86/pci_ops_mmconf.c
@@ -13,7 +13,6 @@
#include <console/console.h>
#include <arch/io.h>
-#include <arch/pciconf.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>