From d1cecc3fe2a7989752df2bf7c09f1474eb13a918 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 25 Mar 2010 09:59:38 +0000 Subject: [PATCH] pvscsi: allow pvscsi hba driver to be loaded automatically Signed-off-by: Jan Beulich --- drivers/xen/scsifront/xenbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/xen/scsifront/xenbus.c b/drivers/xen/scsifront/xenbus.c index 254d2e22..b52833f8 100644 --- a/drivers/xen/scsifront/xenbus.c +++ b/drivers/xen/scsifront/xenbus.c @@ -397,7 +397,7 @@ static struct xenbus_device_id scsifront_ids[] = { { "vscsi" }, { "" } }; - +MODULE_ALIAS("xen:vscsi"); static struct xenbus_driver scsifront_driver = { .name = "vscsi", -- 2.39.5