From: Ben Dooks Date: Thu, 22 May 2014 18:00:04 +0000 (+0200) Subject: drivers: sh: pm_runtime does not need idle callback X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe95c932a31e7f12bcb6a4e07434462da2ac6e1d;p=pandora-kernel.git drivers: sh: pm_runtime does not need idle callback In the runtime_pm idle callback the code assumes that a NULL .runtime_idle entry is the same as a .runtime_idle entry that returns 0 as a result. This means the entry in drivers/sh/pm_runtime can be removed in favour of just leaving the entry NULL. Signed-off-by: Ben Dooks Signed-off-by: Geert Uytterhoeven Reviewed-by: Laurent Pinchart Tested-by: Laurent Pinchart [r8a7779 legacy] Signed-off-by: Simon Horman --- Reading git-diff-tree failed