Skip to content

Commit

Permalink
sh: ioremap() through PMB needs asm/mmu.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jun 4, 2007
1 parent 63dfc3c commit 0fd1475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <asm/addrspace.h>
#include <asm/cacheflush.h>
#include <asm/tlbflush.h>
#include <asm/mmu.h>

/*
* Remap an arbitrary physical address space into the kernel virtual
Expand Down

0 comments on commit 0fd1475

Please sign in to comment.