diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-03 21:58:23 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-03 21:58:23 -0400 |
commit | 0fd14754141e3604529579232d34fcffd89c24b9 (patch) | |
tree | 786e9653510f580817bcfcb2a2f2ab49f5d51383 /arch/sh | |
parent | 63dfc3c77b6a99cc618e0a11b7532a56e2699320 (diff) |
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 be03d74e99cb..0c7b7e33abdc 100644 --- a/arch/sh/mm/ioremap.c +++ b/arch/sh/mm/ioremap.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <asm/addrspace.h> | 22 | #include <asm/addrspace.h> |
23 | #include <asm/cacheflush.h> | 23 | #include <asm/cacheflush.h> |
24 | #include <asm/tlbflush.h> | 24 | #include <asm/tlbflush.h> |
25 | #include <asm/mmu.h> | ||
25 | 26 | ||
26 | /* | 27 | /* |
27 | * Remap an arbitrary physical address space into the kernel virtual | 28 | * Remap an arbitrary physical address space into the kernel virtual |