um: mmaper: add __exit annotations to module exit funcs
Add missing __exit annotations to module exit funcs. Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
98639412fe
commit
7c5c8faeab
|
@ -122,7 +122,7 @@ static int __init mmapper_init(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void mmapper_exit(void)
|
||||
static void __exit mmapper_exit(void)
|
||||
{
|
||||
misc_deregister(&mmapper_dev);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue