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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);