[PATCH] Modules without init functions don't need exit functions
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).
Showing
Please register or sign in to comment