mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
xen/xenbus: export xenbus_dev_changed
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
parent
de5b31bd47
commit
c6a960ce88
1 changed files with 1 additions and 0 deletions
|
@ -660,6 +660,7 @@ void xenbus_dev_changed(const char *node, struct xen_bus_type *bus)
|
|||
|
||||
kfree(root);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(xenbus_dev_changed);
|
||||
|
||||
static void frontend_changed(struct xenbus_watch *watch,
|
||||
const char **vec, unsigned int len)
|
||||
|
|
Loading…
Reference in a new issue