Skip to content

Commit

Permalink
xen/blkfront: add __exit to module_exit() handlers
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jan Beulich authored and Jens Axboe committed Jul 3, 2008
1 parent 04c0635 commit 5a60d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ static int __init xlblk_init(void)
module_init(xlblk_init);


static void xlblk_exit(void)
static void __exit xlblk_exit(void)
{
return xenbus_unregister_driver(&blkfront);
}
Expand Down

0 comments on commit 5a60d0c

Please sign in to comment.