projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c0635
)
xen/blkfront: add __exit to module_exit() handlers
author
Jan Beulich
<jbeulich@novell.com>
Tue, 17 Jun 2008 08:47:08 +0000
(10:47 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Thu, 3 Jul 2008 11:21:13 +0000
(13:21 +0200)
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>
drivers/block/xen-blkfront.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/xen-blkfront.c
b/drivers/block/xen-blkfront.c
index a39b4b2b0c50a4e362b0e566a2d3b11767e81089..b00682e5739300d9d28b760de8402a3473eaf480 100644
(file)
--- a/
drivers/block/xen-blkfront.c
+++ b/
drivers/block/xen-blkfront.c
@@
-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);
}