From 301c1283797ab773a019f8cdb98c4bf900dde07d Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Mon, 2 Mar 2015 08:24:45 -0500 Subject: [PATCH] armv7.h: Add <asm/io.h> With a389531 we now call readl() from this file so add <asm/io.h> so that we have a prototype for the function. Signed-off-by: Tom Rini <trini@konsulko.com> --- arch/arm/include/asm/armv7.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/armv7.h b/arch/arm/include/asm/armv7.h index dc9561cd2b..edb3b80015 100644 --- a/arch/arm/include/asm/armv7.h +++ b/arch/arm/include/asm/armv7.h @@ -58,6 +58,7 @@ #ifndef __ASSEMBLY__ #include <linux/types.h> +#include <asm/io.h> /* * CP15 Barrier instructions -- 2.39.5