Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f49688d4 authored by Paolo Ciarrocchi's avatar Paolo Ciarrocchi Committed by Ingo Molnar
Browse files

x86: coding style fixes to arch/x86/kernel/acpi/sleep.c

parent e223f162
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;