diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-04 10:58:23 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-04 10:58:23 +0900 |
commit | 0fd14754141e3604529579232d34fcffd89c24b9 (patch) | |
tree | 786e9653510f580817bcfcb2a2f2ab49f5d51383 /arch/sh | |
parent | 63dfc3c77b6a99cc618e0a11b7532a56e2699320 (diff) | |
download | op-kernel-dev-0fd14754141e3604529579232d34fcffd89c24b9.zip op-kernel-dev-0fd14754141e3604529579232d34fcffd89c24b9.tar.gz |
sh: ioremap() through PMB needs asm/mmu.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/mm/ioremap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/ioremap.c b/arch/sh/mm/ioremap.c index be03d74..0c7b7e3 100644 --- a/arch/sh/mm/ioremap.c +++ b/arch/sh/mm/ioremap.c @@ -22,6 +22,7 @@ #include <asm/addrspace.h> #include <asm/cacheflush.h> #include <asm/tlbflush.h> +#include <asm/mmu.h> /* * Remap an arbitrary physical address space into the kernel virtual |