diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2014-04-21 21:39:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-29 07:12:24 +0200 |
commit | ddb7417ea9d31b9ef34c28cfe9c31da3d18c376a (patch) | |
tree | b68b15240d14167c4c1e2bfc3a0d38354b3db1e5 /arch/sparc/mm/leon_mm.c | |
parent | Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
download | linux-ddb7417ea9d31b9ef34c28cfe9c31da3d18c376a.tar.xz linux-ddb7417ea9d31b9ef34c28cfe9c31da3d18c376a.zip |
sparc32: rename mm/srmmu.h to mm/mm_32.h
This file will be used for more than just srmmu stuff, so the old name was misleading.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm/leon_mm.c')
-rw-r--r-- | arch/sparc/mm/leon_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/mm/leon_mm.c b/arch/sparc/mm/leon_mm.c index 5bed085a2c17..649cad6ba5ae 100644 --- a/arch/sparc/mm/leon_mm.c +++ b/arch/sparc/mm/leon_mm.c @@ -15,7 +15,7 @@ #include <asm/leon.h> #include <asm/tlbflush.h> -#include "srmmu.h" +#include "mm_32.h" int leon_flush_during_switch = 1; int srmmu_swprobe_trace; |