]> git.ipfire.org Git - thirdparty/linux.git/commit
gpib: remove unnecessary module_init/exit functions
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 31 Jan 2026 01:41:40 +0000 (17:41 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Mar 2026 10:48:40 +0000 (11:48 +0100)
commit42df3a519ab6d355e2c43f1e30eb5414b60aeea5
treef33e88eb0daa0a41f16b4b6e1cec653e490a0549
parentbf3e24a9bff52303f5058c83cc6c7d7b2ef4958f
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>
drivers/gpib/nec7210/nec7210.c
drivers/gpib/tms9914/tms9914.c