From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:16 +0000 (+0200) Subject: sparc32: rename mm/srmmu.h to mm/mm_32.h X-Git-Tag: v3.16-rc2~22^2~2^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddb7417ea9d31b9ef34c28cfe9c31da3d18c376a;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: David S. Miller --- diff --git a/arch/sparc/mm/leon_mm.c b/arch/sparc/mm/leon_mm.c index 5bed085a2c179..649cad6ba5ae5 100644 --- a/arch/sparc/mm/leon_mm.c +++ b/arch/sparc/mm/leon_mm.c @@ -15,7 +15,7 @@ #include #include -#include "srmmu.h" +#include "mm_32.h" int leon_flush_during_switch = 1; int srmmu_swprobe_trace; diff --git a/arch/sparc/mm/srmmu.h b/arch/sparc/mm/mm_32.h similarity index 100% rename from arch/sparc/mm/srmmu.h rename to arch/sparc/mm/mm_32.h diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index cfbe53c17b0db..ed0b0b6a8129b 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c @@ -49,7 +49,7 @@ #include #include -#include "srmmu.h" +#include "mm_32.h" enum mbus_module srmmu_modtype; static unsigned int hwbug_bitmask;