]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: coding style fixes to arch/x86/kernel/acpi/sleep.c
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Fri, 22 Feb 2008 22:11:39 +0000 (23:11 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:37 +0000 (17:41 +0200)
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/acpi/sleep.c

index 6bc815cd8cb32e219dd9bdf14fbd13cb717253ea..dd78326ae47ca4e68982553d90a38323e965b55d 100644 (file)
@@ -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;