From: Len Brown Date: Sun, 10 Feb 2013 02:51:27 +0000 (-0500) Subject: PM idle: remove global declaration of pm_idle X-Git-Tag: v3.9-rc1~146^2^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558bd3e8dc7a798c5c845f90cf038b9bbd2df2b8;p=pandora-kernel.git PM idle: remove global declaration of pm_idle pm_idle appears in no generic Linux code, it appears only in architecture-specific code. Thus, pm_idle should not be declared in pm.h. Architectures that use an idle function pointer should delcare one local to their architecture, and/or use cpuidle. Signed-off-by: Len Brown Reviewed-by: Kevin Hilman Tested-by: Kevin Hilman Cc: linux-pm@vger.kernel.org --- Reading git-diff-tree failed