[POWERPC] Fix apparent typo "CONFIG_SERIAL_CPM_SMC".
authorRobert P. J. Day <rpjday@mindspring.com>
Fri, 26 Jan 2007 00:10:52 +0000 (19:10 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 7 Feb 2007 03:03:17 +0000 (14:03 +1100)
  Replace an apparent typo of CONFIG_SERIAL_CPM_SMC with
CONFIG_SERIAL_CPM_SMC2.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/platforms/mpc866ads_setup.c

index 8a0c07eb4449157796fb0925da4483d4cef54843..5b05d4bd0df7de168959af76285423ee2b847fc7 100644 (file)
@@ -369,7 +369,7 @@ int __init mpc866ads_init(void)
        ppc_sys_device_setfunc(MPC8xx_CPM_SMC1, PPC_SYS_FUNC_UART);
 #endif
 
-#ifdef CONFIG_SERIAL_CPM_SMC
+#ifdef CONFIG_SERIAL_CPM_SMC2
        ppc_sys_device_enable(MPC8xx_CPM_SMC2);
        ppc_sys_device_setfunc(MPC8xx_CPM_SMC2, PPC_SYS_FUNC_UART);
 #endif