mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
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);
|
||||
|
||||
|
||||
static void xlblk_exit(void)
|
||||
static void __exit xlblk_exit(void)
|
||||
{
|
||||
return xenbus_unregister_driver(&blkfront);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user