diff options
Diffstat (limited to 'drivers/lguest/lguest.c')
-rw-r--r-- | drivers/lguest/lguest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/lguest/lguest.c b/drivers/lguest/lguest.c index 3ba337dde857..c9ca610f4996 100644 --- a/drivers/lguest/lguest.c +++ b/drivers/lguest/lguest.c | |||
@@ -87,7 +87,6 @@ struct lguest_data lguest_data = { | |||
87 | .noirq_end = (u32)lguest_noirq_end, | 87 | .noirq_end = (u32)lguest_noirq_end, |
88 | .blocked_interrupts = { 1 }, /* Block timer interrupts */ | 88 | .blocked_interrupts = { 1 }, /* Block timer interrupts */ |
89 | }; | 89 | }; |
90 | struct lguest_device_desc *lguest_devices; | ||
91 | static cycle_t clock_base; | 90 | static cycle_t clock_base; |
92 | 91 | ||
93 | /*G:035 Notice the lazy_hcall() above, rather than hcall(). This is our first | 92 | /*G:035 Notice the lazy_hcall() above, rather than hcall(). This is our first |