register exitfn
This commit is contained in:
parent
376edcff27
commit
02c58bb1da
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ mod_exit(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
module_init(mod_init);
|
module_init(mod_init);
|
||||||
module_exit()
|
module_exit(mod_exit);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue