| commit | a4c0291aa942dceddabe23bf2b74addb958d0964 | [log] [tgz] |
|---|---|---|
| author | David S. Miller <davem@sunset.davemloft.net> | Mon Sep 25 14:00:45 2006 -0700 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Mon Sep 25 16:39:55 2006 -0700 |
| tree | 09aa49ecb42475203b7c64a9f0cbc9e2700367c6 | |
| parent | a6d967a485c67ec8a1276261f39d81ace6a3e308 [diff] |
[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 <davem@davemloft.net>