commit | 65d517eb7224d24ee4206416161390f30d69e622 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue May 31 14:37:44 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue May 31 14:37:44 2011 +0900 |
tree | c35b6c77a2fce2e6d254689645bb0809bea402a7 | |
parent | 194cd8dfc9e4f29249b3bd45c5cb5c0a33a6438c [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>
diff --git a/arch/sh/include/asm/pgtable.h b/arch/sh/include/asm/pgtable.h index db85916..9210e93 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>