[PATCH 4 of 5] xen/blkfront: add __exit to module_exit() handlers

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeremy Fitzhardinge
Date: Friday, May 30, 2008 - 4:50 pm

From: Jan Beulich <jbeulich@novell.com>

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
---
 drivers/block/xen-blkfront.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -1045,7 +1045,7 @@
 module_init(xlblk_init);
 
 
-static void xlblk_exit(void)
+static void __exit xlblk_exit(void)
 {
 	return xenbus_unregister_driver(&blkfront);
 }


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0 of 5] xen device driver updates, Jeremy Fitzhardinge, (Fri May 30, 4:50 pm)
[PATCH 1 of 5] xen/blkfront: Make sure we don't use bounce ..., Jeremy Fitzhardinge, (Fri May 30, 4:50 pm)
[PATCH 2 of 5] xn/blkfront: Add the CDROM_GET_CAPABILITY i ..., Jeremy Fitzhardinge, (Fri May 30, 4:50 pm)
[PATCH 3 of 5] xen/blkfront: Make sure that the device is ..., Jeremy Fitzhardinge, (Fri May 30, 4:50 pm)
[PATCH 4 of 5] xen/blkfront: add __exit to module_exit() h ..., Jeremy Fitzhardinge, (Fri May 30, 4:50 pm)
[PATCH 5 of 5] xen: Avoid allocations causing swap activit ..., Jeremy Fitzhardinge, (Fri May 30, 4:50 pm)