Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a60d0cd authored by Jan Beulich's avatar Jan Beulich Committed by Jens Axboe
Browse files

xen/blkfront: add __exit to module_exit() handlers

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