From: Kristoffer Ericson Date: Sun, 3 Feb 2008 21:08:10 +0000 (+0100) Subject: [ARM] 4810/1: - Fix 'section mismatch' building warnings X-Git-Tag: v2.6.25-rc1~1055^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e6c7a7dbdb18a93846073a7f01369e91665c53;p=pandora-kernel.git [ARM] 4810/1: - Fix 'section mismatch' building warnings Warning message : WARNING: vmlinux.o(.text+0x9afc): Section mismatch: reference to .init.text:sa1110_mb_enable (between 'sa1111_probe' and 'sa1111_remove') WARNING: vmlinux.o(.text+0x13b1ac): Section mismatch: reference to .init.text:pcmcia_jornada720_init (between 'pcmcia_probe' and 'pcmcia_remove') * fixes the 'section mismatch' building warnings for target sa1100. Solution is __init -> __devinit. Thanks to Randy Dunlap for pointing out the solution. Signed-off-by: Kristoffer Ericson Signed-off-by: Russell King --- Reading git-diff-tree failed