mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
The exit function is wrongly placed in the __init section and this leads
to a crash when the module is unloaded. Just remove both the init and
exit functions since this module does not need them.
Fixes:
|
||
|---|---|---|
| .. | ||
| arc4.h | ||
| cifs_arc4.c | ||
| cifs_md4.c | ||
| Makefile | ||
| md4.h | ||
| smb2pdu.h | ||
| smbfsctl.h | ||