diff options
| author | Ethan Nelson-Moore <enelsonmoore@gmail.com> | 2026-01-31 04:36:52 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-04-02 16:49:54 +0300 |
| commit | b06e78190f6fa58a4b53651aa6e4f8dfaec7bdd9 (patch) | |
| tree | 87aaaff68963bd9c61bb2ccfdd07eac6e4a0dac0 /include/linux | |
| parent | b5720dabb04263c8fffc24983023a4e1f384049f (diff) | |
| download | linux-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
