diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-22 10:56:24 +1000 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 15:49:49 +1000 |
commit | ebac52524df31e7c2fe13ca5bd3438907842f763 (patch) | |
tree | 42215a0910d06cfdb522a14ec5d9157656a071ab /drivers/lguest/lguest.c | |
parent | b45d8cb054d7677d75176ae22a584fd84e4650e9 (diff) |
lguest_devices belongs in lguest_bus.c: it's not i386-specific.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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 = { .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 |