commit | 747a7f64201b8ffa8654c8767c5f794fdfa4239e | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Thu Sep 06 14:22:44 2012 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Mon Oct 08 14:58:56 2012 -0700 |
tree | 3bb4c11644501f1cee1c0aac6f2b0c8c9012e714 | |
parent | e2ee1b4d86f53c49c06a14dc10616f6d8aa05ea9 [diff] |
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 <plat/*> include from this driver. Cc: Paul Walmsley <paul@pwsan.com> Acked-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Kevin Hilman <khilman@ti.com>