Pārlūkot izejas kodu

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

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@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Kumar Gala 20 gadi atpakaļ
vecāks
revīzija
c93fcff695
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      arch/ppc/syslib/mpc85xx_devices.c

+ 0 - 2
arch/ppc/syslib/mpc85xx_devices.c

@@ -321,7 +321,6 @@ struct platform_device ppc_sys_platform_devices[] = {
 			},
 			},
 		},
 		},
 	},
 	},
-#ifdef CONFIG_CPM2
 	[MPC85xx_CPM_FCC1] = {
 	[MPC85xx_CPM_FCC1] = {
 		.name = "fsl-cpm-fcc",
 		.name = "fsl-cpm-fcc",
 		.id	= 1,
 		.id	= 1,
@@ -575,7 +574,6 @@ struct platform_device ppc_sys_platform_devices[] = {
 			},
 			},
 		},
 		},
 	},
 	},
-#endif /* CONFIG_CPM2 */
 	[MPC85xx_eTSEC1] = {
 	[MPC85xx_eTSEC1] = {
 		.name = "fsl-gianfar",
 		.name = "fsl-gianfar",
 		.id	= 1,
 		.id	= 1,