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 at freescale.com>

---
commit 22774efc1bef9f9a0fd9b34d44bf10da787e3d91
tree 115c991f9030418e78a7aa0f23d678d0141e0746
parent 6e7c21f278abb17a9bbdc6fd1f1b1b96e6677fdb
author Kumar K. Gala <kumar.gala at freescale.com> Wed, 01 Jun 2005 12:34:30 
-0500
committer Kumar K. Gala <kumar.gala at freescale.com> 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,

Reply via email to