Browse Source

[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>
Adrian Bunk 18 years ago
parent
commit
e8924acb2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/i386/kernel/acpi/boot.c

+ 1 - 1
arch/i386/kernel/acpi/boot.c

@@ -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;