Re: [2.6 patch] drivers/net/s2io.c section fixes

2007-12-14 Thread Jeff Garzik
Adrian Bunk wrote: Code used by the non-__devinit s2io_open() mustn't be __devinit. This patch fixes the following section mismatch with CONFIG_HOTPLUG=n: <-- snip --> ... WARNING: vmlinux.o(.text+0x6f6e3e): Section mismatch: reference to .init.text.20:s2io_test_intr (between 's2io_open' an

RE: [2.6 patch] drivers/net/s2io.c section fixes

2007-12-11 Thread Ramkrishna Vepa
ev@vger.kernel.org; [EMAIL PROTECTED] > Subject: [2.6 patch] drivers/net/s2io.c section fixes > > Code used by the non-__devinit s2io_open() mustn't be __devinit. > > This patch fixes the following section mismatch with CONFIG_HOTPLUG=n: > > <-- snip --> >

[2.6 patch] drivers/net/s2io.c section fixes

2007-12-11 Thread Adrian Bunk
Code used by the non-__devinit s2io_open() mustn't be __devinit. This patch fixes the following section mismatch with CONFIG_HOTPLUG=n: <-- snip --> ... WARNING: vmlinux.o(.text+0x6f6e3e): Section mismatch: reference to .init.text.20:s2io_test_intr (between 's2io_open' and 's2io_ethtool_sset'