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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f49688d459c5eaa62db3597cbfd3cb13e361d415;p=linux-beck.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 6bc815cd8cb3..dd78326ae47c 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;