From: Domen Puncer Date: Fri, 3 Aug 2007 08:07:58 +0000 (+0800) Subject: ucc_geth: fix section mismatch X-Git-Tag: v2.6.23-rc3~87^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7e63a51d46e835422d89c687b8a3e419a4212a;p=pandora-kernel.git 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 Signed-off-by: Li Yang --- Reading git-diff-tree failed