[PATCH] ppc32: Removed dependency on CONFIG_CPM2 for buildingmpc85xx_device.c

From: Kumar Gala
Date: Wed Jun 01 2005 - 12:46:01 EST


Previously we needed CONFIG_CPM2 enabled to get the proper IRQ
ifdef's for CPM interrupts. Recent changes have caused that to
be no longer necessary.

Signed-off-by: Kumar Gala <kumar.gala@xxxxxxxxxxxxx>

---
commit 22774efc1bef9f9a0fd9b34d44bf10da787e3d91
tree 115c991f9030418e78a7aa0f23d678d0141e0746
parent 6e7c21f278abb17a9bbdc6fd1f1b1b96e6677fdb
author Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Wed, 01 Jun 2005 12:34:30 -0500
committer Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Wed, 01 Jun 2005 12:34:30 -0500

arch/ppc/syslib/mpc85xx_devices.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/ppc/syslib/mpc85xx_devices.c b/arch/ppc/syslib/mpc85xx_devices.c
--- a/arch/ppc/syslib/mpc85xx_devices.c
+++ b/arch/ppc/syslib/mpc85xx_devices.c
@@ -321,7 +321,6 @@ struct platform_device ppc_sys_platform_
},
},
},
-#ifdef CONFIG_CPM2
[MPC85xx_CPM_FCC1] = {
.name = "fsl-cpm-fcc",
.id = 1,
@@ -575,7 +574,6 @@ struct platform_device ppc_sys_platform_
},
},
},
-#endif /* CONFIG_CPM2 */
[MPC85xx_eTSEC1] = {
.name = "fsl-gianfar",
.id = 1,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/