diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-05-31 14:37:44 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-31 14:37:44 +0900 |
commit | 65d517eb7224d24ee4206416161390f30d69e622 (patch) | |
tree | c35b6c77a2fce2e6d254689645bb0809bea402a7 /arch/sh/include/asm | |
parent | 194cd8dfc9e4f29249b3bd45c5cb5c0a33a6438c (diff) | |
download | blackbird-obmc-linux-65d517eb7224d24ee4206416161390f30d69e622.tar.gz blackbird-obmc-linux-65d517eb7224d24ee4206416161390f30d69e622.zip |
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/asm')
-rw-r--r-- | arch/sh/include/asm/pgtable.h | 1 |
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> |