From: Al Viro Date: Sat, 22 Nov 2008 17:36:14 +0000 (+0000) Subject: section errors in smc911x/smc91x X-Git-Tag: v2.6.28-rc7~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57628d76bd201a444ca822f3622522a44acbf60;p=pandora-kernel.git section errors in smc911x/smc91x a) ->probe() can be __devinit; no need to put it into .text b) calling __init stuff from it, OTOH, is wrong c) ->remove() is __devexit fodder Acked-by: rmk+kernel@arm.linux.org.uk Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed