mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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);
|
kfree(root);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(xenbus_dev_changed);
|
||||||
|
|
||||||
static void frontend_changed(struct xenbus_watch *watch,
|
static void frontend_changed(struct xenbus_watch *watch,
|
||||||
const char **vec, unsigned int len)
|
const char **vec, unsigned int len)
|
||||||
|
|
Loading…
Reference in a new issue