olympic_open() must be __devinit
commitde11743e23b83e2ddf99a757ab2ebb62bd4c29f0
authorAdrian Bunk <bunk@kernel.org>
Wed, 30 Jan 2008 20:02:07 +0000 (30 22:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2008 12:26:11 +0000 (3 04:26 -0800)
tree989abecc0de0702c9e1abbea9cd0786b34d2257d
parent976006f10b4ff1c8440436b92571b1fcedaf3cd0
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>
drivers/net/tokenring/olympic.c