Skip to content

Commit 5a60d0c

Browse files
Jan BeulichJens Axboe
authored andcommitted
xen/blkfront: add __exit to module_exit() handlers
Signed-off-by: Jan Beulich <[email protected]> Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 04c0635 commit 5a60d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block/xen-blkfront.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ static int __init xlblk_init(void)
10451045
module_init(xlblk_init);
10461046

10471047

1048-
static void xlblk_exit(void)
1048+
static void __exit xlblk_exit(void)
10491049
{
10501050
return xenbus_unregister_driver(&blkfront);
10511051
}

0 commit comments

Comments
 (0)