From 5624c6bd4e58631d6c250cee66142a8d5ac24f30 Mon Sep 17 00:00:00 2001 From: Jeroen Hofstee Date: Wed, 8 Oct 2014 22:57:52 +0200 Subject: imx: add missing includes Signed-off-by: Jeroen Hofstee --- arch/arm/imx-common/cpu.c | 2 ++ arch/arm/imx-common/misc.c | 1 + 2 files changed, 3 insertions(+) (limited to 'arch/arm/imx-common') diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c index ed826a0e19..09fc22760d 100644 --- a/arch/arm/imx-common/cpu.c +++ b/arch/arm/imx-common/cpu.c @@ -7,7 +7,9 @@ * SPDX-License-Identifier: GPL-2.0+ */ +#include #include +#include #include #include #include diff --git a/arch/arm/imx-common/misc.c b/arch/arm/imx-common/misc.c index dbecf4e434..12256a38eb 100644 --- a/arch/arm/imx-common/misc.c +++ b/arch/arm/imx-common/misc.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include -- cgit v1.2.1