From: Anton Vorontsov Date: Mon, 17 Dec 2007 11:54:35 +0000 (+0300) Subject: ucc_geth: really fix section mismatch X-Git-Tag: v2.6.24-rc6~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e417b2f3a061d5eb85906288738f4313f1d924;p=pandora-kernel.git ucc_geth: really fix section mismatch Commit ed7e63a51d46e835422d89c687b8a3e419a4212a 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed