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

Commit c66d3fcb authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up fallout from cpuidle changes.



Fixes up the pm_idle redefinition that was introduced with the earlier
cpuidle changes.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 77c7ee51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <linux/atomic.h>
#include <asm/smp.h>

static void (*pm_idle)(void);
void (*pm_idle)(void);

static int hlt_counter;