[POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning
[powerpc.git] / drivers / serial / cpm_uart / cpm_uart_cpm2.c
index 1eeea36..7b61d80 100644 (file)
@@ -282,7 +282,7 @@ void cpm_uart_freebuf(struct uart_cpm_port *pinfo)
 }
 
 /* Setup any dynamic params in the uart desc */
-int __init cpm_uart_init_portdesc(void)
+int cpm_uart_init_portdesc(void)
 {
 #if defined(CONFIG_SERIAL_CPM_SMC1) || defined(CONFIG_SERIAL_CPM_SMC2)
        u16 *addr;