From: Ralf Baechle Date: Thu, 5 Aug 2010 12:25:50 +0000 (+0100) Subject: MIPS: WRPPMC: Move code one directory level up. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ebc2935f346964c34e5f376263c4071f66edcd9;p=linux-beck.git MIPS: WRPPMC: Move code one directory level up. It was the last platform under gt64120 and will fit better into the new platform makefile scheme, if moved. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2fbce8e25f36..10e8a293a01f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -194,7 +194,7 @@ include $(srctree)/arch/mips/Kbuild.platforms # # Wind River PPMC Board (4KC + GT64120) # -core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ +core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 diff --git a/arch/mips/gt64120/wrppmc/Makefile b/arch/mips/wrppmc/Makefile similarity index 100% rename from arch/mips/gt64120/wrppmc/Makefile rename to arch/mips/wrppmc/Makefile diff --git a/arch/mips/gt64120/wrppmc/irq.c b/arch/mips/wrppmc/irq.c similarity index 100% rename from arch/mips/gt64120/wrppmc/irq.c rename to arch/mips/wrppmc/irq.c diff --git a/arch/mips/gt64120/wrppmc/pci.c b/arch/mips/wrppmc/pci.c similarity index 100% rename from arch/mips/gt64120/wrppmc/pci.c rename to arch/mips/wrppmc/pci.c diff --git a/arch/mips/gt64120/wrppmc/reset.c b/arch/mips/wrppmc/reset.c similarity index 100% rename from arch/mips/gt64120/wrppmc/reset.c rename to arch/mips/wrppmc/reset.c diff --git a/arch/mips/gt64120/wrppmc/serial.c b/arch/mips/wrppmc/serial.c similarity index 100% rename from arch/mips/gt64120/wrppmc/serial.c rename to arch/mips/wrppmc/serial.c diff --git a/arch/mips/gt64120/wrppmc/setup.c b/arch/mips/wrppmc/setup.c similarity index 100% rename from arch/mips/gt64120/wrppmc/setup.c rename to arch/mips/wrppmc/setup.c diff --git a/arch/mips/gt64120/wrppmc/time.c b/arch/mips/wrppmc/time.c similarity index 100% rename from arch/mips/gt64120/wrppmc/time.c rename to arch/mips/wrppmc/time.c