linux/drivers/gpib/tms9914
Ethan Nelson-Moore 42df3a519a gpib: remove unnecessary module_init/exit functions
Two GPIB drivers have unnecessary empty module_init and module_exit
functions. 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/20260131014152.35875-1-enelsonmoore@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-03-16 11:48:40 +01:00
..
Makefile
tms9914.c gpib: remove unnecessary module_init/exit functions 2026-03-16 11:48:40 +01:00