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)
commitfeea6a574d432e08cebf66d993a6ed1f310e0e5d
tree8b82e3bdcc1b702788744d2045e6c8b8b69f80b4
parent157653ce79a606409a8bfb496cba797b2984b18f
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 <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c