Skip to content

Commit

Permalink
lguest_devices belongs in lguest_bus.c: it's not i386-specific.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
Rusty Russell committed Oct 23, 2007
1 parent b45d8cb commit ebac525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions drivers/lguest/lguest_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ebac525

Please sign in to comment.