git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d967a
)
[SPARC64]: Fix section-mismatch errors in solaris emul module.
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 25 Sep 2006 21:00:45 +0000
(14:00 -0700)
committer
David 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