From: Paul Mundt Date: Mon, 8 Aug 2011 07:30:11 +0000 (+0900) Subject: sh: Fix up fallout from cpuidle changes. X-Git-Tag: v3.1-rc5~15^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66d3fcbf306af3c0c4b6f4e0d81467f89c67702;p=thirdparty%2Flinux.git 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 --- diff --git a/arch/sh/kernel/idle.c b/arch/sh/kernel/idle.c index 32114e0941ae7..db4ecd731a003 100644 --- a/arch/sh/kernel/idle.c +++ b/arch/sh/kernel/idle.c @@ -22,7 +22,7 @@ #include #include -static void (*pm_idle)(void); +void (*pm_idle)(void); static int hlt_counter;