From: Paolo Ciarrocchi Date: Fri, 22 Feb 2008 22:11:39 +0000 (+0100) Subject: x86: coding style fixes to arch/x86/kernel/acpi/sleep.c X-Git-Tag: upstream/snapshot3+hdmi~26319^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f49688d459c5eaa62db3597cbfd3cb13e361d415;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: coding style fixes to arch/x86/kernel/acpi/sleep.c Signed-off-by: Paolo Ciarrocchi Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index 6bc815c..dd78326 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c @@ -13,7 +13,7 @@ #include /* 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;