xen-vtx-unstable
changeset 6243:a1a998b059b1
Rename bus names from xenbus* to xen*.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu Aug 18 19:01:09 2005 +0000 (2005-08-18) |
parents | 6d8c80499148 |
children | dda0459e335c |
files | linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Thu Aug 18 18:56:47 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Thu Aug 18 19:01:09 2005 +0000 1.3 @@ -100,7 +100,7 @@ static struct xen_bus_type xenbus_fronte 1.4 .get_bus_id = frontend_bus_id, 1.5 .probe = xenbus_probe_frontend, 1.6 .bus = { 1.7 - .name = "xenbus", 1.8 + .name = "xen", 1.9 .match = xenbus_match, 1.10 }, 1.11 }; 1.12 @@ -157,7 +157,7 @@ static struct xen_bus_type xenbus_backen 1.13 .get_bus_id = backend_bus_id, 1.14 .probe = xenbus_probe_backend, 1.15 .bus = { 1.16 - .name = "xenbus-backend", 1.17 + .name = "xen-backend", 1.18 .match = xenbus_match, 1.19 }, 1.20 };