From 13f66507afdcde5170546e5ca1ce5a945895eb10 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 3 Mar 2019 08:01:05 +0200 Subject: device/mmio.h: Add include file for MMIO ops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MMIO operations are arch-agnostic so the include path should not be arch/. Change-Id: I0fd70f5aeca02e98e96b980c3aca0819f5c44b98 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31691 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/device/azalia_device.c | 2 +- src/device/oprom/realmode/x86.c | 2 +- src/device/pci_ops_mmconf.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/device') diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c index 6ca80a82d3..a2849b773a 100644 --- a/src/device/azalia_device.c +++ b/src/device/azalia_device.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #define HDA_ICII_REG 0x68 diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c index 20c6ea9808..0b19d79269 100644 --- a/src/device/oprom/realmode/x86.c +++ b/src/device/oprom/realmode/x86.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include diff --git a/src/device/pci_ops_mmconf.c b/src/device/pci_ops_mmconf.c index 0af8f8e28b..d1f285fea5 100644 --- a/src/device/pci_ops_mmconf.c +++ b/src/device/pci_ops_mmconf.c @@ -11,7 +11,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include -- cgit v1.2.3