]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe section fixes
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 22 Nov 2008 17:35:34 +0000 (17:35 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Nov 2008 18:03:37 +0000 (10:03 -0800)
commit5d13ef1e5a88725dd6697eaf5195f64e7629b3e7
treea268a11c51a10b6bf5b29002c167c0173c517a80
parent5a09667bf5b05ad910df66cd358bfcbf3eda99b1
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>
drivers/net/ixgbe/ixgbe_main.c