mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>