aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-05-31 14:37:44 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-05-31 14:37:44 +0900
commit65d517eb7224d24ee4206416161390f30d69e622 (patch)
treec35b6c77a2fce2e6d254689645bb0809bea402a7 /arch/sh/include
parent194cd8dfc9e4f29249b3bd45c5cb5c0a33a6438c (diff)
sh64: asm/pgtable.h needs asm/mmu.h
Needed to satisfy the __in_29bit_mode() check. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/pgtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/pgtable.h b/arch/sh/include/asm/pgtable.h
index db85916b9e95..9210e93a92c3 100644
--- a/arch/sh/include/asm/pgtable.h
+++ b/arch/sh/include/asm/pgtable.h
@@ -18,6 +18,7 @@
#include <asm/pgtable-2level.h>
#endif
#include <asm/page.h>
+#include <asm/mmu.h>
#ifndef __ASSEMBLY__
#include <asm/addrspace.h>