From: Andrew Morton Date: Tue, 15 Aug 2006 06:00:09 +0000 (-0700) Subject: [PATCH] fealnx section fix X-Git-Tag: v2.6.18-rc5~61^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d5aed2d9c7d2f3915b75342988114fd7b6c13d;p=pandora-kernel.git [PATCH] fealnx section fix With CONFIG_HOTPLUG=n it won't compile: distcc[25607] ERROR: compile drivers/net/fealnx.c on g5/64 failed version[] is referred to from both __init code and from __devinit code, so move it out of __init altogether. Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed