diff options
author | Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> | 2008-02-22 23:11:39 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:37 +0200 |
commit | f49688d459c5eaa62db3597cbfd3cb13e361d415 (patch) | |
tree | 8ba29232cf5282c6844d4e032e4b840165ff8ba2 /arch/x86 | |
parent | e223f162a1d37aeeaa6c1ee37d81cc084aa2b004 (diff) | |
download | linux-3.10-f49688d459c5eaa62db3597cbfd3cb13e361d415.tar.gz linux-3.10-f49688d459c5eaa62db3597cbfd3cb13e361d415.tar.bz2 linux-3.10-f49688d459c5eaa62db3597cbfd3cb13e361d415.zip |
x86: coding style fixes to arch/x86/kernel/acpi/sleep.c
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/acpi/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index 6bc815cd8cb..dd78326ae47 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c @@ -13,7 +13,7 @@ #include <asm/smp.h> /* address in low memory of the wakeup routine. */ -unsigned long acpi_wakeup_address = 0; +unsigned long acpi_wakeup_address; unsigned long acpi_realmode_flags; extern char wakeup_start, wakeup_end; |