-
Rusty Russell authored
If modules don't use module_exit(), they cannot be unloaded. This safety mechanism should not apply for modules which don't use module_init() (implying they have nothing to clean up anyway).
58acbf38
If modules don't use module_exit(), they cannot be unloaded. This safety mechanism should not apply for modules which don't use module_init() (implying they have nothing to clean up anyway).