From: Daniel Lezcano Date: Tue, 24 Apr 2012 14:05:35 +0000 (+0200) Subject: ARM: OMAP3: cpuidle - use omap3_idle_data directly X-Git-Tag: omap-cleanup-cpuidle-for-v3.5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6622ac55a6a15670a04b5790e7ee2778a6f8c4e0;p=pandora-kernel.git ARM: OMAP3: cpuidle - use omap3_idle_data directly We are storing the 'omap3_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. As the table is initialized statically, let's remove the initialization at startup too. 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