forked from Minki/linux
[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>
This commit is contained in:
parent
474c256841
commit
e8924acb2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user