From: Daniel Lezcano Date: Tue, 24 Apr 2012 14:05:27 +0000 (+0200) Subject: ARM: OMAP4: cpuidle - use the omap4_idle_data variable directly X-Git-Tag: omap-cleanup-cpuidle-for-v3.5^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aeb658d5b65981d7747c10fd5e2c0e3b83bd139;p=pandora-kernel.git ARM: OMAP4: cpuidle - use the omap4_idle_data variable directly We are storing the 'omap4_idle_data' in the private data field of the cpuidle device. As we are using this variable only in this file, that does not really make sense. Let's use the global variable directly. Signed-off-by: Daniel Lezcano Reviewed-by: Jean Pihet Reviewed-by: Santosh Shilimkar Tested-by: Santosh Shilimkar Tested-by: Kevin Hilman Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed