diff options
-rw-r--r-- | drivers/block/xen-blkback/xenbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkback/xenbus.c b/drivers/block/xen-blkback/xenbus.c index e470d8869053..34570823355b 100644 --- a/drivers/block/xen-blkback/xenbus.c +++ b/drivers/block/xen-blkback/xenbus.c | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | struct backend_info { | 24 | struct backend_info { |
25 | struct xenbus_device *dev; | 25 | struct xenbus_device *dev; |
26 | struct xen_blkif *blkif; | 26 | struct xen_blkif *blkif; |
27 | struct xenbus_watch backend_watch; | 27 | struct xenbus_watch backend_watch; |
28 | unsigned major; | 28 | unsigned major; |
29 | unsigned minor; | 29 | unsigned minor; |