From: Len Brown Date: Sun, 10 Feb 2013 02:45:03 +0000 (-0500) Subject: x86 idle: rename global pm_idle to static x86_idle X-Git-Tag: v3.9-rc1~146^2^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a476bda30baf7efa7f305793a340aae07b6e5780;p=pandora-kernel.git x86 idle: rename global pm_idle to static x86_idle (pm_idle)() is being removed from linux/pm.h because Linux does not have such a cross-architecture concept. x86 uses an idle function pointer in its architecture specific code as a backup to cpuidle. So we re-name x86 use of pm_idle to x86_idle, and make it static to x86. Signed-off-by: Len Brown Cc: x86@kernel.org --- Reading git-diff-tree failed