suse man page for module_exit

Query: module_exit

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 2.6. July 2010 MODULE_EXIT(9)
Related Man Pages
fwe(4) - debian
struct_usb_device_driver(9) - suse
if_fwe(4) - freebsd
fwe(4) - netbsd
fwe(4) - centos
Similar Topics in the Unix Linux Community
Doubt with irq handler.......
Make cannot generate .ko linux kernel module
Wrapper for unix program - urgent help needed
Kernel panics : trying to write / read on tiny tty driver
Measuring the correctness of ndelay() function.