linux/drivers/char/agp
Ethan Nelson-Moore 16cf2e54cb 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>
2026-04-02 17:05:53 +02:00
..
agp.h char/agp: remove agp_bridge_data::type 2024-02-16 18:07:13 +01:00
ali-agp.c video: agp: add remaining missing MODULE_DESCRIPTION() macros 2024-06-22 09:57:31 +02:00
alpha-agp.c video: agp: add remaining missing MODULE_DESCRIPTION() macros 2024-06-22 09:57:31 +02:00
amd-k7-agp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
amd64-agp.c agp/amd64: Check AGP Capability before binding to unsupported devices 2025-07-09 07:23:09 +02:00
ati-agp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
backend.c char: remove unnecessary module_init/exit functions 2026-04-02 17:05:53 +02:00
efficeon-agp.c video: agp: add remaining missing MODULE_DESCRIPTION() macros 2024-06-22 09:57:31 +02:00
generic.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
intel-agp.c agp: add missing MODULE_DESCRIPTION() macros 2024-06-24 16:20:58 +10:00
intel-agp.h
intel-gtt.c agp/intel-gtt: Add intel_gmch_gtt_read_entry() 2025-04-02 02:16:12 +03:00
isoch.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Kconfig arch: Remove Itanium (IA-64) architecture 2023-09-11 08:13:17 +00:00
Makefile char/agp: Remove frontend code 2023-12-06 10:08:41 +01:00
nvidia-agp.c x86/msr: Add explicit includes of <asm/msr.h> 2025-05-02 10:23:47 +02:00
parisc-agp.c video: agp: add remaining missing MODULE_DESCRIPTION() macros 2024-06-22 09:57:31 +02:00
sis-agp.c agp: add missing MODULE_DESCRIPTION() macros 2024-06-24 16:20:58 +10:00
sworks-agp.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
uninorth-agp.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
via-agp.c agp: add missing MODULE_DESCRIPTION() macros 2024-06-24 16:20:58 +10:00