projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474c256
)
[PATCH] i386: Make acpi_force static
author
Adrian Bunk
<bunk@stusta.de>
Tue, 26 Sep 2006 08:52:35 +0000
(10:52 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:35 +0000
(10:52 +0200)
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>
arch/i386/kernel/acpi/boot.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/acpi/boot.c
b/arch/i386/kernel/acpi/boot.c
index c809a3f4c0bf3dec54f9fa85be2831e08c50a6a3..0fba420d668a12f673fd27c1603eeb3394678098 100644
(file)
--- a/
arch/i386/kernel/acpi/boot.c
+++ b/
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;