Skip to content

Commit

Permalink
[PATCH] i386: Make acpi_force static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed Sep 26, 2006
1 parent 474c256 commit e8924ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/acpi/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8924ac

Please sign in to comment.