diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-09-26 04:52:35 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:35 -0400 |
commit | e8924acb2ef46b96c93f97025815ef3843cb67a2 (patch) | |
tree | 01d8a21850eb4008a2f248ec2b7341a7a4462153 /arch/i386 | |
parent | 474c256841074b913e76e392082373e12103a75d (diff) |
[PATCH] i386: Make acpi_force static
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>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/acpi/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index c809a3f4c0bf..0fba420d668a 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #include <asm/io.h> | 36 | #include <asm/io.h> |
37 | #include <asm/mpspec.h> | 37 | #include <asm/mpspec.h> |
38 | 38 | ||
39 | int __initdata acpi_force = 0; | 39 | static int __initdata acpi_force = 0; |
40 | 40 | ||
41 | #ifdef CONFIG_ACPI | 41 | #ifdef CONFIG_ACPI |
42 | int acpi_disabled = 0; | 42 | int acpi_disabled = 0; |