]> git.baikalelectronics.ru Git - kernel.git/commit
olympic_open() must be __devinit
authorAdrian Bunk <bunk@kernel.org>
Wed, 30 Jan 2008 20:02:07 +0000 (22:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2008 12:26:11 +0000 (04:26 -0800)
commitb4c6fe06b2eb7ed7eaa8a4e12279086d997f5652
tree989abecc0de0702c9e1abbea9cd0786b34d2257d
parent65743f01d8c49175500a57a7e67e58c8dd3fc09b
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