diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-03-30 19:29:57 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-03-30 19:29:57 +0900 |
commit | f03c4866d31e913a8dbc84f7d1459abdaf0bd326 (patch) | |
tree | f8354acdc74f8a3f58fe6962540d1eb7735de4c9 /arch/sh/mm | |
parent | f52b69f86e27903d6896ed5fa7cd280fec8de532 (diff) | |
download | op-kernel-dev-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.zip op-kernel-dev-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.gz |
sh: fix up fallout from system.h disintegration.
Quite a bit of fallout all over the place, nothing terribly exciting.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/cache-sh4.c | 1 | ||||
-rw-r--r-- | arch/sh/mm/flush-sh4.c | 1 | ||||
-rw-r--r-- | arch/sh/mm/sram.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c index 112fea1..0e52928 100644 --- a/arch/sh/mm/cache-sh4.c +++ b/arch/sh/mm/cache-sh4.c @@ -18,6 +18,7 @@ #include <linux/highmem.h> #include <asm/pgtable.h> #include <asm/mmu_context.h> +#include <asm/cache_insns.h> #include <asm/cacheflush.h> /* diff --git a/arch/sh/mm/flush-sh4.c b/arch/sh/mm/flush-sh4.c index 75a17f5..0b85dd9 100644 --- a/arch/sh/mm/flush-sh4.c +++ b/arch/sh/mm/flush-sh4.c @@ -1,5 +1,6 @@ #include <linux/mm.h> #include <asm/mmu_context.h> +#include <asm/cache_insns.h> #include <asm/cacheflush.h> #include <asm/traps.h> diff --git a/arch/sh/mm/sram.c b/arch/sh/mm/sram.c index bc156ec..2d8fa71 100644 --- a/arch/sh/mm/sram.c +++ b/arch/sh/mm/sram.c @@ -9,6 +9,7 @@ */ #include <linux/init.h> #include <linux/kernel.h> +#include <linux/errno.h> #include <asm/sram.h> /* |