commit | 43ced651d1272ced02ed5f1c2abc79e3354187f6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Nov 22 17:35:34 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Nov 30 10:03:37 2008 -0800 |
tree | a268a11c51a10b6bf5b29002c167c0173c517a80 | |
parent | 31421a6f6ea88236cb17b6a24aa21e66a6138d4c [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: Linus Torvalds <torvalds@linux-foundation.org>