commit | de11743e23b83e2ddf99a757ab2ebb62bd4c29f0 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Jan 30 22:02:07 2008 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 03 04:26:11 2008 -0800 |
tree | 989abecc0de0702c9e1abbea9cd0786b34d2257d | |
parent | 976006f10b4ff1c8440436b92571b1fcedaf3cd0 [diff] |
olympic_open() must be __devinit 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 <bunk@kernel.org> Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>