From 13f66507afdcde5170546e5ca1ce5a945895eb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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/soc/mediatek/common/gpio.c | 2 +- src/soc/mediatek/common/mtcmos.c | 2 +- src/soc/mediatek/common/pll.c | 2 +- src/soc/mediatek/common/pmic_wrap.c | 2 +- src/soc/mediatek/common/reset.c | 2 +- src/soc/mediatek/common/spi.c | 2 +- src/soc/mediatek/common/timer.c | 2 +- src/soc/mediatek/common/uart.c | 2 +- src/soc/mediatek/common/usb.c | 2 +- src/soc/mediatek/common/wdt.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/soc/mediatek/common') diff --git a/src/soc/mediatek/common/gpio.c b/src/soc/mediatek/common/gpio.c index 371ff266d7..3a1a202d4d 100644 --- a/src/soc/mediatek/common/gpio.c +++ b/src/soc/mediatek/common/gpio.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include enum { diff --git a/src/soc/mediatek/common/mtcmos.c b/src/soc/mediatek/common/mtcmos.c index ef4299ffcb..fa0b23a353 100644 --- a/src/soc/mediatek/common/mtcmos.c +++ b/src/soc/mediatek/common/mtcmos.c @@ -15,7 +15,7 @@ #include -#include +#include #include #include diff --git a/src/soc/mediatek/common/pll.c b/src/soc/mediatek/common/pll.c index e087be38a2..0968d2f59f 100644 --- a/src/soc/mediatek/common/pll.c +++ b/src/soc/mediatek/common/pll.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include diff --git a/src/soc/mediatek/common/pmic_wrap.c b/src/soc/mediatek/common/pmic_wrap.c index 5cbb3002af..9e1163b64a 100644 --- a/src/soc/mediatek/common/pmic_wrap.c +++ b/src/soc/mediatek/common/pmic_wrap.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include diff --git a/src/soc/mediatek/common/reset.c b/src/soc/mediatek/common/reset.c index 855e34fb18..62c8016225 100644 --- a/src/soc/mediatek/common/reset.c +++ b/src/soc/mediatek/common/reset.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include diff --git a/src/soc/mediatek/common/spi.c b/src/soc/mediatek/common/spi.c index 4e669f9d6d..3e7186ae8e 100644 --- a/src/soc/mediatek/common/spi.c +++ b/src/soc/mediatek/common/spi.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include diff --git a/src/soc/mediatek/common/timer.c b/src/soc/mediatek/common/timer.c index 2bf2aece9f..0762c2b4b4 100644 --- a/src/soc/mediatek/common/timer.c +++ b/src/soc/mediatek/common/timer.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include diff --git a/src/soc/mediatek/common/uart.c b/src/soc/mediatek/common/uart.c index 56e98739cd..20ec8766c4 100644 --- a/src/soc/mediatek/common/uart.c +++ b/src/soc/mediatek/common/uart.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include diff --git a/src/soc/mediatek/common/usb.c b/src/soc/mediatek/common/usb.c index 01dbb59180..116e5dbba2 100644 --- a/src/soc/mediatek/common/usb.c +++ b/src/soc/mediatek/common/usb.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include diff --git a/src/soc/mediatek/common/wdt.c b/src/soc/mediatek/common/wdt.c index b433c98fbe..54ce8c0077 100644 --- a/src/soc/mediatek/common/wdt.c +++ b/src/soc/mediatek/common/wdt.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include -- cgit v1.2.3