From 2d8aff3d9348bc500dd7382f173b7d9b028ff44d Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 23 Jan 2019 16:44:55 +0200 Subject: device/pci_ops: Apply some symmetry in headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I8076a4867fd7472beaae0a021dcf0d9c7c905871 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31306 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/device/pci_early.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/device') 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 #include #include #include -- cgit v1.2.3