lguest_devices belongs in lguest_bus.c: it's not i386-specific.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / lguest / lguest.c
index 3ba337dde8575e1570ed9f0ee77d0c9170247efc..c9ca610f4996ff66cfe3b48406d417c10593c317 100644 (file)
@@ -87,7 +87,6 @@ struct lguest_data lguest_data = {
        .noirq_end = (u32)lguest_noirq_end,
        .blocked_interrupts = { 1 }, /* Block timer interrupts */
 };
-struct lguest_device_desc *lguest_devices;
 static cycle_t clock_base;
 
 /*G:035 Notice the lazy_hcall() above, rather than hcall().  This is our first