mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 04:43:52 -04:00
sh: Fix up fallout from cpuidle changes.
Fixes up the pm_idle redefinition that was introduced with the earlier cpuidle changes. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user