]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Move MPC52xx PIC driver into arch/powerpc/platforms/52xx
authorGrant Likely <grant.likely@secretlab.ca>
Mon, 27 Nov 2006 21:16:23 +0000 (14:16 -0700)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:41:36 +0000 (20:41 +1100)
No other chips use this device, it belongs in a 52xx-specific path.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/52xx/Makefile [new file with mode: 0644]
arch/powerpc/platforms/52xx/mpc52xx_pic.c [moved from arch/powerpc/sysdev/mpc52xx_pic.c with 100% similarity]
arch/powerpc/platforms/Makefile
arch/powerpc/sysdev/Makefile

diff --git a/arch/powerpc/platforms/52xx/Makefile b/arch/powerpc/platforms/52xx/Makefile
new file mode 100644 (file)
index 0000000..e1b02f1
--- /dev/null
@@ -0,0 +1,6 @@
+#
+# Makefile for 52xx based boards
+#
+ifeq ($(CONFIG_PPC_MERGE),y)
+obj-y                          += mpc52xx_pic.o
+endif
index 52984a803e7c02f4caa94a98b628f0245a7df63f..468c5fdde935e69ce22ac759374a1c016e0e5c4e 100644 (file)
@@ -8,6 +8,7 @@ endif
 obj-$(CONFIG_PPC_EFIKA)                += efika/
 obj-$(CONFIG_PPC_CHRP)         += chrp/
 obj-$(CONFIG_4xx)              += 4xx/
+obj-$(CONFIG_PPC_MPC52xx)      += 52xx/
 obj-$(CONFIG_PPC_83xx)         += 83xx/
 obj-$(CONFIG_PPC_85xx)         += 85xx/
 obj-$(CONFIG_PPC_86xx)         += 86xx/
index ee7c6d48af7fb6206166f7340b48eb85496615fa..6cc34597a620202e901927359bf9207664ffb0a8 100644 (file)
@@ -16,7 +16,6 @@ obj-$(CONFIG_MTD)             += rom.o
 ifeq ($(CONFIG_PPC_MERGE),y)
 obj-$(CONFIG_PPC_I8259)                += i8259.o
 obj-$(CONFIG_PPC_83xx)         += ipic.o
-obj-$(CONFIG_PPC_MPC52xx)      += mpc52xx_pic.o
 endif
 
 # Temporary hack until we have migrated to asm-powerpc