From: Kumar Gala Date: Thu, 10 May 2007 04:44:58 +0000 (-0500) Subject: [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning X-Git-Tag: v2.6.22-rc1~108^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a56ebb24f23da1bbaf24292acf85b6c04526ab;p=pandora-kernel.git [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 --- Reading git-diff-tree failed