commit | e968973ac6cde84e70a9d9e1ae06b2003619b06f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Mar 02 08:24:45 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 02 08:24:45 2015 -0500 |
tree | bcc837aaa61dfcd7940dcf82b2f2efd0bc3fc4dc | |
parent | 6834475d5cdfa5987ee5aca968b40d4173fce6d6 [diff] |
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>
diff --git a/arch/arm/include/asm/armv7.h b/arch/arm/include/asm/armv7.h index dc9561c..edb3b80 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