diff options
| author | Ethan Nelson-Moore <enelsonmoore@gmail.com> | 2026-01-30 18:00:26 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-04-02 17:05:53 +0200 |
| commit | 16cf2e54cb5e2bf563fc11c1bebc662a49f2eeba (patch) | |
| tree | 94021db83f87e983e439d95dc4696c8d2cf40010 /include/linux/platform_data | |
| parent | 138f2ea90b66efafb6612d0a34346b56099b1c71 (diff) | |
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>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions
