MODULE_EXIT(9) Driver Basics MODULE_EXIT(9)NAMEmodule_exit - driver exit entry pointSYNOPSISmodule_exit(x);ARGUMENTSx function to be run when driver is removedDESCRIPTIONmodule_exit will wrap the driver clean-up code with cleanup_module when used with rmmod when the driver is a module. If the driver is statically compiled into the kernel, module_exit has no effect. There can only be one per module.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MODULE_EXIT(9)
| Related Man Pages |
|---|
| fwe(4) - debian |
| driver_module(9) - debian |
| cfgmgr_get_state(9r) - osf1 |
| if_fwe(4) - freebsd |
| snd_ak452x(4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Doubt with irq handler....... |
| Kernel module - How to test if file doesn't exist |
| Running bin file from a module |
| Make cannot generate .ko linux kernel module |
| Build Error |