xen/blkfront: add __exit to module_exit() handlers
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>
This commit is contained in:
parent
04c0635058
commit
5a60d0cd4f
@ -1045,7 +1045,7 @@ static int __init xlblk_init(void)
|
|||||||
module_init(xlblk_init);
|
module_init(xlblk_init);
|
||||||
|
|
||||||
|
|
||||||
static void xlblk_exit(void)
|
static void __exit xlblk_exit(void)
|
||||||
{
|
{
|
||||||
return xenbus_unregister_driver(&blkfront);
|
return xenbus_unregister_driver(&blkfront);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user