Skip to content
Snippets Groups Projects
Commit 65d517eb authored by Paul Mundt's avatar Paul Mundt
Browse files

sh64: asm/pgtable.h needs asm/mmu.h


Needed to satisfy the __in_29bit_mode() check.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 194cd8df
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <asm/pgtable-2level.h> #include <asm/pgtable-2level.h>
#endif #endif
#include <asm/page.h> #include <asm/page.h>
#include <asm/mmu.h>
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <asm/addrspace.h> #include <asm/addrspace.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment