xen/arm: Fix compile errors when drivers are compiled as modules (export more).
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 8 Nov 2012 15:58:55 +0000 (15:58 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 9 Nov 2012 12:48:22 +0000 (07:48 -0500)
The commit 911dec0db4de6ccc544178a8ddaf9cec0a11d533
"xen/arm: Fix compile errors when drivers are compiled as modules." exports
the neccessary functions. But to guard ourselves against out-of-tree modules
and future drivers hitting this, lets export all of the relevant
hypercalls.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/arm/xen/enlighten.c

index 96d969da533599c1e612ec06c1a3bb032bd4435a..f57609275449e704892101a514ecc40ee3021a3c 100644 (file)
@@ -170,4 +170,10 @@ EXPORT_SYMBOL_GPL(free_xenballooned_pages);
 /* In the hypervisor.S file. */
 EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
 EXPORT_SYMBOL_GPL(HYPERVISOR_grant_table_op);
+EXPORT_SYMBOL_GPL(HYPERVISOR_xen_version);
+EXPORT_SYMBOL_GPL(HYPERVISOR_console_io);
+EXPORT_SYMBOL_GPL(HYPERVISOR_sched_op);
+EXPORT_SYMBOL_GPL(HYPERVISOR_hvm_op);
+EXPORT_SYMBOL_GPL(HYPERVISOR_memory_op);
+EXPORT_SYMBOL_GPL(HYPERVISOR_physdev_op);
 EXPORT_SYMBOL_GPL(privcmd_call);