lguest_devices belongs in lguest_bus.c: it's not i386-specific.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / lguest / lguest_bus.c
index 57329788f8a7235f35ba98fde5f31007bb275769..2e9a202be44ea8336b58d37e8b2ca5c4bd5d3564 100644 (file)
@@ -7,6 +7,8 @@
 #include <asm/io.h>
 #include <asm/paravirt.h>
 
+struct lguest_device_desc *lguest_devices;
+
 static ssize_t type_show(struct device *_dev,
                          struct device_attribute *attr, char *buf)
 {