commit | feea6a574d432e08cebf66d993a6ed1f310e0e5d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 27 15:34:07 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 27 15:34:07 2008 -0800 |
tree | 8b82e3bdcc1b702788744d2045e6c8b8b69f80b4 | |
parent | 157653ce79a606409a8bfb496cba797b2984b18f [diff] |
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>