Commit e8924acb authored by Adrian Bunk's avatar Adrian Bunk Committed by Andi Kleen

[PATCH] i386: Make acpi_force static

acpi_force can become static.

Cc: len.brown@intel.com
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 474c2568
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment