module_exit(9) centos man page | unix.com

Man Page: module_exit

Operating Environment: centos

Section: 9

MODULE_EXIT(9)							   Driver Basics						    MODULE_EXIT(9)

NAME
module_exit - driver exit entry point
SYNOPSIS
module_exit(x);
ARGUMENTS
x function to be run when driver is removed
DESCRIPTION
module_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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MODULE_EXIT(9)
Related Man Pages
fwe(4) - freebsd
struct_usb_device_driver(9) - centos
if_fwe(4) - debian
snd_ak452x(4) - freebsd
fwe(4) - php
Similar Topics in the Unix Linux Community
kernel:how to modify and read the tick rate:HZ
Doubt with irq handler.......
Compiling virtual network adapter driver problem (net_device struct)
Running bin file from a module
Measuring the correctness of ndelay() function.