From: Al Viro Date: Thu, 27 Nov 2008 23:34:07 +0000 (-0800) Subject: ixgbe: section fixes X-Git-Tag: v2.6.29-rc1~581^2~369 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feea6a574d432e08cebf66d993a6ed1f310e0e5d;p=pandora-kernel.git ixgbe: section fixes ixgbe_init_interrupt_scheme() is called from ixgbe_resume(). Build that with CONFIG_PM and without CONFIG_HOTPLUG and you've got a problem. Several helpers called by it also are misannotated __devinit. Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed