Files
linux/drivers
Ethan Nelson-Moore b20b0867f2 vhost: remove unnecessary module_init/exit functions
The vhost 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: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20260131020010.45647-1-enelsonmoore@gmail.com>
2026-06-10 02:17:00 -04:00
..
2026-05-22 11:52:34 +02:00