From: Daniel Ritz Date: Fri, 3 Aug 2007 14:07:43 +0000 (+0200) Subject: serial: fix 8250 early console setup X-Git-Tag: v2.6.23-rc2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b1d87785712474d0ed80689c17107d616a1171;p=pandora-kernel.git serial: fix 8250 early console setup the early setup function serial8250_console_early_setup() can be called from non __init code (eg. hotpluggable serial ports like serial_cs) so remove the __init from the call chain to avoid crashes. Signed-off-by: Daniel Ritz Cc: Yinghai Lu Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed