Skip to content
Snippets Groups Projects
Commit e7cc005f authored by Chengguang Xu's avatar Chengguang Xu Committed by Jens Axboe
Browse files

aoe: add __exit annotation


Add __exit annotation to cleanup helper which
is only called once in the module.

Signed-off-by: default avatarChengguang Xu <cgxu519@gmx.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent d04c406f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ static void discover_timer(struct timer_list *t)
aoecmd_cfg(0xffff, 0xff);
}
static void
static void __exit
aoe_exit(void)
{
del_timer_sync(&timer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment