aboutsummaryrefslogtreecommitdiff
path: root/src/device/pci_ops.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/device/pci_ops.c
parentd6577e1cb89ba3b04eab2804627343bbad175a72 (diff)
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/device/pci_ops.c')
-rw-r--r--src/device/pci_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/pci_ops.c b/src/device/pci_ops.c
index fed17fc0c4..ab72405cfd 100644
--- a/src/device/pci_ops.c
+++ b/src/device/pci_ops.c
@@ -16,7 +16,6 @@
*/
#include <console/console.h>
-#include <arch/pciconf.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>