[SPARC64]: Fix section-mismatch errors in solaris emul module.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 25 Sep 2006 21:00:45 +0000 (14:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 25 Sep 2006 23:39:55 +0000 (16:39 -0700)
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 <davem@davemloft.net>

No differences found