Re: [2.6 patch] olympic_open() must be __devinit

2008-02-11 Thread Mike Phillips
On Wed, Jan 30, 2008 at 10:02:07PM +0200, Adrian Bunk wrote: > This patch fixes the following section mismatch: > > <-- snip --> > > ... > WARNING: drivers/net/built-in.o(.text+0x155573): Section mismatch in > reference from the function olympic_open() to the function > .devinit.text:olympic_

[2.6 patch] olympic_open() must be __devinit

2008-01-30 Thread Adrian Bunk
This patch fixes the following section mismatch: <-- snip --> ... WARNING: drivers/net/built-in.o(.text+0x155573): Section mismatch in reference from the function olympic_open() to the function .devinit.text:olympic_init() ... <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --