MIPS: WRPPMC: Move code one directory level up.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:50 +0000 (13:25 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:50 +0000 (13:25 +0100)
commit9ebc2935f346964c34e5f376263c4071f66edcd9
treeaf2be831c66a5b23f5d184a87e9687f0bcafa9c0
parent91598965ecb508dc7bc154ec9d3e35dcadb3fa5f
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 <ralf@linux-mips.org>
15 files changed:
arch/mips/Makefile
arch/mips/gt64120/wrppmc/Makefile [deleted file]
arch/mips/gt64120/wrppmc/irq.c [deleted file]
arch/mips/gt64120/wrppmc/pci.c [deleted file]
arch/mips/gt64120/wrppmc/reset.c [deleted file]
arch/mips/gt64120/wrppmc/serial.c [deleted file]
arch/mips/gt64120/wrppmc/setup.c [deleted file]
arch/mips/gt64120/wrppmc/time.c [deleted file]
arch/mips/wrppmc/Makefile [new file with mode: 0644]
arch/mips/wrppmc/irq.c [new file with mode: 0644]
arch/mips/wrppmc/pci.c [new file with mode: 0644]
arch/mips/wrppmc/reset.c [new file with mode: 0644]
arch/mips/wrppmc/serial.c [new file with mode: 0644]
arch/mips/wrppmc/setup.c [new file with mode: 0644]
arch/mips/wrppmc/time.c [new file with mode: 0644]