]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform: x86: remove unnecessary module_init/exit() functions
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 31 Jan 2026 02:01:17 +0000 (18:01 -0800)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 2 Mar 2026 13:30:46 +0000 (15:30 +0200)
commit85cd4fbf5669cf394c8627d91c7b50b9aca8f4af
tree426ca6621b29380a8d4cfe3e77030f3f17dd8ec6
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
platform: x86: remove unnecessary module_init/exit() functions

Two x86 platform drivers have unnecessary module_init() and module_exit()
functions that are empty or just print a message. Remove them.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260131020118.46171-1-enelsonmoore@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/asus-wmi.c
drivers/platform/x86/mxm-wmi.c