Skip to content

Commit

Permalink
sh: Fix up fallout from cpuidle changes.
Browse files Browse the repository at this point in the history
Fixes up the pm_idle redefinition that was introduced with the earlier
cpuidle changes.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Aug 8, 2011
1 parent 77c7ee5 commit c66d3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c66d3fc

Please sign in to comment.