summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorEthan Nelson-Moore <enelsonmoore@gmail.com>2026-01-31 04:36:52 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-04-02 16:49:54 +0300
commitb06e78190f6fa58a4b53651aa6e4f8dfaec7bdd9 (patch)
tree87aaaff68963bd9c61bb2ccfdd07eac6e4a0dac0 /include/linux
parentb5720dabb04263c8fffc24983023a4e1f384049f (diff)
downloadlinux-b06e78190f6fa58a4b53651aa6e4f8dfaec7bdd9.tar.xz
comedi: remove unnecessary module_init/exit functions
Many Comedi 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> Reviewed-by: Ian Abbott <abboti@mev.co.uk> Link: https://patch.msgid.link/20260131013810.32265-1-enelsonmoore@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions