[POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning
authorKumar Gala <galak@kernel.crashing.org>
Thu, 10 May 2007 04:44:58 +0000 (23:44 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 10 May 2007 04:44:58 +0000 (23:44 -0500)
cpm_uart_init_portdesc is referenced from non-init code and thus we were
getting the following warning:

WARNING: drivers/built-in.o - Section mismatch: reference to .init.text:cpm_uart_init_portdesc from .text between 'cpm_uart_init' (at offset 0x18020) and 'cpm_uart_drv_remove'

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found