diff options
Diffstat (limited to 'drivers/xen/xenbus/xenbus_probe.c')
-rw-r--r-- | drivers/xen/xenbus/xenbus_probe.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_probe.c b/drivers/xen/xenbus/xenbus_probe.c index d409495876f1..132939f36020 100644 --- a/drivers/xen/xenbus/xenbus_probe.c +++ b/drivers/xen/xenbus/xenbus_probe.c | |||
@@ -64,9 +64,11 @@ | |||
64 | 64 | ||
65 | 65 | ||
66 | int xen_store_evtchn; | 66 | int xen_store_evtchn; |
67 | EXPORT_SYMBOL(xen_store_evtchn); | 67 | EXPORT_SYMBOL_GPL(xen_store_evtchn); |
68 | 68 | ||
69 | struct xenstore_domain_interface *xen_store_interface; | 69 | struct xenstore_domain_interface *xen_store_interface; |
70 | EXPORT_SYMBOL_GPL(xen_store_interface); | ||
71 | |||
70 | static unsigned long xen_store_mfn; | 72 | static unsigned long xen_store_mfn; |
71 | 73 | ||
72 | static BLOCKING_NOTIFIER_HEAD(xenstore_chain); | 74 | static BLOCKING_NOTIFIER_HEAD(xenstore_chain); |