Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ebac52524df31e7c2fe13ca5bd3438907842f763
Commit:     ebac52524df31e7c2fe13ca5bd3438907842f763
Parent:     b45d8cb054d7677d75176ae22a584fd84e4650e9
Author:     Rusty Russell <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 22 10:56:24 2007 +1000
Committer:  Rusty Russell <[EMAIL PROTECTED]>
CommitDate: Tue Oct 23 15:49:49 2007 +1000

    lguest_devices belongs in lguest_bus.c: it's not i386-specific.
    
    Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
---
 drivers/lguest/lguest.c     |    1 -
 drivers/lguest/lguest_bus.c |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/lguest/lguest.c b/drivers/lguest/lguest.c
index 3ba337d..c9ca610 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
diff --git a/drivers/lguest/lguest_bus.c b/drivers/lguest/lguest_bus.c
index 5732978..2e9a202 100644
--- a/drivers/lguest/lguest_bus.c
+++ b/drivers/lguest/lguest_bus.c
@@ -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)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to