From: David S. Miller Date: Mon, 25 Sep 2006 21:00:45 +0000 (-0700) Subject: [SPARC64]: Fix section-mismatch errors in solaris emul module. X-Git-Tag: v2.6.19-rc1~1233^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c0291aa942dceddabe23bf2b74addb958d0964;p=pandora-kernel.git [SPARC64]: Fix section-mismatch errors in solaris emul module. init_socksys() was marked __init but invoked from a non-__init function. Use the correct module_{init,exit}() faciltiies while we're here and eliminate some seriously bogus ifdefs. Signed-off-by: David S. Miller --- Reading git-diff-tree failed