]> git.baikalelectronics.ru Git - kernel.git/commit
ucc_geth: really fix section mismatch
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Mon, 17 Dec 2007 11:54:35 +0000 (14:54 +0300)
committerJeff Garzik <jeff@garzik.org>
Mon, 17 Dec 2007 21:02:20 +0000 (16:02 -0500)
commit7a905b0de58c3e594ae4a81f247c11cd285a3113
tree3338e943b49863b14043c4092c3fa4dbb6dde84d
parenta93f5ed7bf7dfd8b619537fe2f458f0c473a587e
ucc_geth: really fix section mismatch

Commit 1058b11622bc8bce967391a7b5d28d02ecae38d0 has tried to fix
section mismatch:

WARNING: vmlinux.o(.init.text+0x17278): Section mismatch: reference to
.exit.text:uec_mdio_exit (between 'ucc_geth_init' and 'uec_mdio_init')

But that mismatch still happens.

This patch actually fixing section mismatch by removing __exit from
the header file.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ucc_geth_mii.h