]> git.ipfire.org Git - thirdparty/linux.git/commit
PCI: hv: remove unnecessary module_init/exit functions
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 31 Jan 2026 02:00:17 +0000 (18:00 -0800)
committerWei Liu <wei.liu@kernel.org>
Wed, 4 Feb 2026 06:20:51 +0000 (06:20 +0000)
commit93f039fe7a775007d7602c34d51b570f4a382bd7
treec2b4b07de9741a1b212305db954f0ff2066c1df5
parentff225ba9ad71c4c5f900b9aa1b757adafcfb449d
PCI: hv: remove unnecessary module_init/exit functions

The pci-hyperv-intf driver has 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>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/pci/controller/pci-hyperv-intf.c