|
@@ -29,10 +29,10 @@
|
|
|
|
|
|
struct start_info _xen_start_info;
|
|
struct start_info _xen_start_info;
|
|
struct start_info *xen_start_info = &_xen_start_info;
|
|
struct start_info *xen_start_info = &_xen_start_info;
|
|
-EXPORT_SYMBOL_GPL(xen_start_info);
|
|
|
|
|
|
+EXPORT_SYMBOL(xen_start_info);
|
|
|
|
|
|
enum xen_domain_type xen_domain_type = XEN_NATIVE;
|
|
enum xen_domain_type xen_domain_type = XEN_NATIVE;
|
|
-EXPORT_SYMBOL_GPL(xen_domain_type);
|
|
|
|
|
|
+EXPORT_SYMBOL(xen_domain_type);
|
|
|
|
|
|
struct shared_info xen_dummy_shared_info;
|
|
struct shared_info xen_dummy_shared_info;
|
|
struct shared_info *HYPERVISOR_shared_info = (void *)&xen_dummy_shared_info;
|
|
struct shared_info *HYPERVISOR_shared_info = (void *)&xen_dummy_shared_info;
|