ChangeSet 1.2231.1.48, 2005/03/28 19:30:04-08:00, [EMAIL PROTECTED]

        [PATCH] es7000 dmi cleanup
        
        This moves es7000_plat global variable out of DMI code.
        
        Signed-off-by: Andrey Panin <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 dmi_scan.c |    2 --
 mpparse.c  |    1 +
 2 files changed, 1 insertion(+), 2 deletions(-)


diff -Nru a/arch/i386/kernel/dmi_scan.c b/arch/i386/kernel/dmi_scan.c
--- a/arch/i386/kernel/dmi_scan.c       2005-03-28 21:16:52 -08:00
+++ b/arch/i386/kernel/dmi_scan.c       2005-03-28 21:16:52 -08:00
@@ -12,8 +12,6 @@
 #include <linux/bootmem.h>
 
 
-int es7000_plat = 0;
-
 struct dmi_header
 {
        u8      type;
diff -Nru a/arch/i386/kernel/mpparse.c b/arch/i386/kernel/mpparse.c
--- a/arch/i386/kernel/mpparse.c        2005-03-28 21:16:52 -08:00
+++ b/arch/i386/kernel/mpparse.c        2005-03-28 21:16:52 -08:00
@@ -982,6 +982,7 @@
        return;
 }
 
+int es7000_plat;
 
 void __init mp_config_acpi_legacy_irqs (void)
 {
-
To unsubscribe from this list: send the line "unsubscribe bk-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