Commit 0fd14754 authored by Paul Mundt's avatar Paul Mundt

sh: ioremap() through PMB needs asm/mmu.h.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 63dfc3c7
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <asm/addrspace.h> #include <asm/addrspace.h>
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#include <asm/tlbflush.h> #include <asm/tlbflush.h>
#include <asm/mmu.h>
/* /*
* Remap an arbitrary physical address space into the kernel virtual * Remap an arbitrary physical address space into the kernel virtual
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment