From: Josh Boyer Date: Tue, 22 Apr 2008 00:46:43 +0000 (+1000) Subject: ibm_newemac: Fix section mismatch warnings X-Git-Tag: v2.6.26-rc1~1067^2~1^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d4a1cc2e20e2848c6141989f733f0e6548598b;p=pandora-kernel.git ibm_newemac: Fix section mismatch warnings This patch fixes several section mismatch warnings in the ibm_newemac driver similar to: WARNING: vmlinux.o(.devinit.text+0x3a04): Section mismatch in reference from the function emac_probe() to the function .devexit.text:tah_detach() The function __devinit emac_probe() references a function __devexit tah_detach(). Signed-off-by: Josh Boyer Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed