From: Greg Ungerer Date: Thu, 21 Aug 2014 12:02:10 +0000 (+1000) Subject: m68k: move non-mmu 68360 platform code X-Git-Tag: v3.18-rc1~51^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ba885f524b9cca1f0975e7bf00eddb275407b74;p=karo-tx-linux.git m68k: move non-mmu 68360 platform code The non-mmu 68360 specific code is inconsistently placed under a directory named "platform". Move it to arch/m68k/ along with the other platform and board directories. Signed-off-by: Greg Ungerer Acked-by: Geert Uytterhoeven --- diff --git a/arch/m68k/platform/68360/Makefile b/arch/m68k/68360/Makefile similarity index 100% rename from arch/m68k/platform/68360/Makefile rename to arch/m68k/68360/Makefile diff --git a/arch/m68k/platform/68360/commproc.c b/arch/m68k/68360/commproc.c similarity index 100% rename from arch/m68k/platform/68360/commproc.c rename to arch/m68k/68360/commproc.c diff --git a/arch/m68k/platform/68360/config.c b/arch/m68k/68360/config.c similarity index 100% rename from arch/m68k/platform/68360/config.c rename to arch/m68k/68360/config.c diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/68360/entry.S similarity index 100% rename from arch/m68k/platform/68360/entry.S rename to arch/m68k/68360/entry.S diff --git a/arch/m68k/platform/68360/head-ram.S b/arch/m68k/68360/head-ram.S similarity index 100% rename from arch/m68k/platform/68360/head-ram.S rename to arch/m68k/68360/head-ram.S diff --git a/arch/m68k/platform/68360/head-rom.S b/arch/m68k/68360/head-rom.S similarity index 100% rename from arch/m68k/platform/68360/head-rom.S rename to arch/m68k/68360/head-rom.S diff --git a/arch/m68k/platform/68360/ints.c b/arch/m68k/68360/ints.c similarity index 100% rename from arch/m68k/platform/68360/ints.c rename to arch/m68k/68360/ints.c diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index dd96fc270ea1..0b29dcfef69f 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -92,7 +92,7 @@ endif # head-y := arch/m68k/kernel/head.o head-$(CONFIG_SUN3) := arch/m68k/kernel/sun3-head.o -head-$(CONFIG_M68360) := arch/m68k/platform/68360/head.o +head-$(CONFIG_M68360) := arch/m68k/68360/head.o head-$(CONFIG_M68000) := arch/m68k/68000/head.o head-$(CONFIG_COLDFIRE) := arch/m68k/coldfire/head.o @@ -114,7 +114,7 @@ core-$(CONFIG_NATFEAT) += arch/m68k/emu/ core-$(CONFIG_M68040) += arch/m68k/fpsp040/ core-$(CONFIG_M68060) += arch/m68k/ifpsp060/ core-$(CONFIG_M68KFPU_EMU) += arch/m68k/math-emu/ -core-$(CONFIG_M68360) += arch/m68k/platform/68360/ +core-$(CONFIG_M68360) += arch/m68k/68360/ core-$(CONFIG_M68000) += arch/m68k/68000/ core-$(CONFIG_COLDFIRE) += arch/m68k/coldfire/