aboutsummaryrefslogtreecommitdiff
path: root/src/device/pci_early.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-23 16:44:55 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-02-11 20:44:37 +0000
commit2d8aff3d9348bc500dd7382f173b7d9b028ff44d (patch)
tree788576f9762e4fba0822d0e74995a6eada33e923 /src/device/pci_early.c
parent8fd78a653f812b6bf8daf4cf3191f3d32ab1d5a8 (diff)
device/pci_ops: Apply some symmetry in headers
To make PCI driver side arch-agnostic, function declarations have to be in symmetrical header file locations. From the driver side, the correct file to include is now <device/pci_ops.h> Change-Id: I8076a4867fd7472beaae0a021dcf0d9c7c905871 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/31306 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/device/pci_early.c')
-rw-r--r--src/device/pci_early.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/pci_early.c b/src/device/pci_early.c
index ea2ebd5033..5a1fb22681 100644
--- a/src/device/pci_early.c
+++ b/src/device/pci_early.c
@@ -15,7 +15,6 @@
#define __SIMPLE_DEVICE__
-#include <arch/io.h>
#include <device/pci.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>