gpib: remove unnecessary module_init/exit functionsTwo GPIB drivers have unnecessary empty module_init and module_exitfunctions. Remove them. Note that if a module_init function exists, amodule_e
gpib: remove unnecessary module_init/exit functionsTwo GPIB drivers have unnecessary empty module_init and module_exitfunctions. Remove them. Note that if a module_init function exists, amodule_exit function must also exist; otherwise, the module cannot beunloaded.Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>Link: https://patch.msgid.link/20260131014152.35875-1-enelsonmoore@gmail.comSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
staging: gpib: Destage gpibMove the gpib drivers out of staging and into the "real" part of thekernel. This entails: - Remove the gpib Kconfig menu and Makefile build rule from staging. - Remo
staging: gpib: Destage gpibMove the gpib drivers out of staging and into the "real" part of thekernel. This entails: - Remove the gpib Kconfig menu and Makefile build rule from staging. - Remove gpib/uapi from the header file search path in subdir-ccflags of the gpib Makefile - move the gpib/uapi files to include/uapi/linux - Move the gpib tree out of staging to drivers. - Remove the word "Linux" from the gpib Kconfig file. - Add the gpib Kconfig menu and Makefile build rule to driversSigned-off-by: Dave Penkler <dpenkler@gmail.com>Link: https://patch.msgid.link/20251117144021.23569-5-dpenkler@gmail.comSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>