Skip to content

Commit

Permalink
sh64: asm/pgtable.h needs asm/mmu.h
Browse files Browse the repository at this point in the history
Needed to satisfy the __in_29bit_mode() check.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 31, 2011
1 parent 194cd8d commit 65d517e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <asm/pgtable-2level.h>
#endif
#include <asm/page.h>
#include <asm/mmu.h>

#ifndef __ASSEMBLY__
#include <asm/addrspace.h>
Expand Down

0 comments on commit 65d517e

Please sign in to comment.