Files
linux/drivers
Ethan Nelson-Moore 16cf2e54cb char: remove unnecessary module_init/exit functions
Two char drivers have unnecessary module_init and module_exit functions
that are empty or just print a message. Remove them. Note that if a
module_init function exists, a module_exit function must also exist;
otherwise, the module cannot be unloaded.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260131020027.45775-1-enelsonmoore@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-04-02 17:05:53 +02:00
..
2026-03-12 18:42:41 +01:00
2026-01-07 21:17:43 +01:00
2026-03-17 16:38:25 +01:00
2026-03-22 12:20:42 +00:00