Skip to content

Commit

Permalink
xenbus: export xen_store_interface for xenfs
Browse files Browse the repository at this point in the history
xen_store_interface is needed by xenfs, and xenfs may be a module.

[ Impact: build fix for modular xenfs ]

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
  • Loading branch information
Jeremy Fitzhardinge committed Oct 20, 2010
1 parent f31fdf5 commit 8e3e999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/xen/xenbus/xenbus_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@


int xen_store_evtchn;
EXPORT_SYMBOL(xen_store_evtchn);
EXPORT_SYMBOL_GPL(xen_store_evtchn);

struct xenstore_domain_interface *xen_store_interface;
EXPORT_SYMBOL_GPL(xen_store_interface);

static unsigned long xen_store_mfn;

static BLOCKING_NOTIFIER_HEAD(xenstore_chain);
Expand Down

0 comments on commit 8e3e999

Please sign in to comment.