Skip to content

Commit

Permalink
x86: coding style fixes to arch/x86/kernel/acpi/sleep.c
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent e223f16 commit f49688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f49688d

Please sign in to comment.