commit | 32a56ebb24f23da1bbaf24292acf85b6c04526ab | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed May 09 23:44:58 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed May 09 23:44:58 2007 -0500 |
tree | a61a72d7c41498674718f1e5ece15e93ef57bdab | |
parent | b99ab6a8c7f24d1dd2e435c1d04877bc034a8dd8 [diff] |
[POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning 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>