projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c7ee5
)
sh: Fix up fallout from cpuidle changes.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Aug 2011 07:30:11 +0000
(16:30 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Aug 2011 07:30:11 +0000
(16:30 +0900)
Fixes up the pm_idle redefinition that was introduced with the earlier
cpuidle changes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/idle.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/idle.c
b/arch/sh/kernel/idle.c
index
32114e0
..
db4ecd7
100644
(file)
--- a/
arch/sh/kernel/idle.c
+++ b/
arch/sh/kernel/idle.c
@@
-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;