]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sh idle: rename global pm_idle to static sh_idle
authorLen Brown <len.brown@intel.com>
Sun, 10 Feb 2013 03:52:57 +0000 (22:52 -0500)
committerLen Brown <len.brown@intel.com>
Mon, 18 Feb 2013 04:34:59 +0000 (23:34 -0500)
commit3738fa5bbc3acaf6a807cb45f4367cbab412faee
tree674d7a710d39f5c40d409d445fe386ca04d38981
parenta476bda30baf7efa7f305793a340aae07b6e5780
sh idle: rename global pm_idle to static sh_idle

SH idle code could use some simplification.
This patch enables that by guaranteeing
that "sh_idle" is local, and thus architecture specific.

Signed-off-by: Len Brown <len.brown@intel.com>
Cc: linux-sh@vger.kernel.org
arch/sh/kernel/idle.c