aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/blkback/xenbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/blkback/xenbus.c')
-rw-r--r--drivers/xen/blkback/xenbus.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/xen/blkback/xenbus.c b/drivers/xen/blkback/xenbus.c
index 650f4b3e9b3c..04c0a12aff36 100644
--- a/drivers/xen/blkback/xenbus.c
+++ b/drivers/xen/blkback/xenbus.c
@@ -535,8 +535,7 @@ static struct xenbus_driver blkback = {
535}; 535};
536 536
537 537
538void blkif_xenbus_init(void) 538int blkif_xenbus_init(void)
539{ 539{
540 /* XXX must_check */ 540 return xenbus_register_backend(&blkback);
541 (void)xenbus_register_backend(&blkback);
542} 541}