| The Linux Kernel API | ||
|---|---|---|
| <<< Previous | Next >>> | |
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.
| <<< Previous | Home | Next >>> |
| module_init | Up | Atomic and pointer manipulation |