diff options
Diffstat (limited to 'drivers/block/xen-blkfront.c')
-rw-r--r-- | drivers/block/xen-blkfront.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index bff602ccccf3..1a50ae70f716 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c | |||
@@ -1066,7 +1066,7 @@ static struct xenbus_driver blkfront = { | |||
1066 | 1066 | ||
1067 | static int __init xlblk_init(void) | 1067 | static int __init xlblk_init(void) |
1068 | { | 1068 | { |
1069 | if (!is_running_on_xen()) | 1069 | if (!xen_domain()) |
1070 | return -ENODEV; | 1070 | return -ENODEV; |
1071 | 1071 | ||
1072 | if (register_blkdev(XENVBD_MAJOR, DEV_NAME)) { | 1072 | if (register_blkdev(XENVBD_MAJOR, DEV_NAME)) { |