ixgbe: section fixes
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Nov 2008 23:34:07 +0000 (15:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Nov 2008 23:34:07 +0000 (15:34 -0800)
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 <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found