Browse Source

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>
Jan Beulich 17 năm trước cách đây
mục cha
commit
5a60d0cd4f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/block/xen-blkfront.c

+ 1 - 1
drivers/block/xen-blkfront.c

@@ -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);
 }
 }