ucc_geth: fix section mismatch
authorDomen Puncer <domen.puncer@telargo.com>
Fri, 3 Aug 2007 08:07:58 +0000 (16:07 +0800)
committerLi Yang <leoli@freescale.com>
Fri, 3 Aug 2007 08:07:58 +0000 (16:07 +0800)
commited7e63a51d46e835422d89c687b8a3e419a4212a
treea28c2f173d2669e521f60678a5394d94ceaf65a9
parent7a883eaf62f4b943ebec738ce3b0796c67ef5d32
ucc_geth: fix section mismatch

This fix section mismatch:
reference to .exit.text:uec_mdio_exit (between 'ucc_geth_init' and 'uec_mdio_init')

void __exit uec_mdio_exit(void) is called from
- static int __init ucc_geth_init(void)
- static void __exit ucc_geth_exit(void)

First one would make error path more than just an error.

Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
Signed-off-by: Li Yang <leoli@freescale.com>
drivers/net/ucc_geth_mii.c