diff --git a/arch/sparc/mm/leon_mm.c b/arch/sparc/mm/leon_mm.c index 5bed085a2c17984a5c33fc5ea509005e3db679cb..649cad6ba5ae5be71b8eda9ddc6bc855a21f5c0b 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 cfbe53c17b0dbb61b25f8ae48c0f3017f307cc6f..ed0b0b6a8129b371ae4c40d53adabc4f9c58bb49 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;