From: Kevin Hilman Date: Thu, 6 Sep 2012 21:22:44 +0000 (-0700) Subject: cpufreq: OMAP: use get_cpu_device() instead of omap_device API X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747a7f64201b8ffa8654c8767c5f794fdfa4239e;p=pandora-kernel.git cpufreq: OMAP: use get_cpu_device() instead of omap_device API OMAP PM core code has moved to using the existing, generic CPU devices for attaching OPPs, so the CPUfreq driver can now use the generic get_cpu_device() API instead of the OMAP-specific omap_device API. This allows us to remove the last include from this driver. Cc: Paul Walmsley Acked-by: Rafael J. Wysocki Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed