[PATCH] i386: Make acpi_force static
authorAdrian Bunk <bunk@stusta.de>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
acpi_force can become static.

Cc: len.brown@intel.com
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/acpi/boot.c

index c809a3f..0fba420 100644 (file)
@@ -36,7 +36,7 @@
 #include <asm/io.h>
 #include <asm/mpspec.h>
 
-int __initdata acpi_force = 0;
+static int __initdata acpi_force = 0;
 
 #ifdef CONFIG_ACPI
 int acpi_disabled = 0;