]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: OMAP: use get_cpu_device() instead of omap_device API
authorKevin Hilman <khilman@ti.com>
Thu, 6 Sep 2012 21:22:44 +0000 (14:22 -0700)
committerKevin Hilman <khilman@ti.com>
Mon, 8 Oct 2012 21:58:56 +0000 (14:58 -0700)
commit2a1d7c629f619a2e73ce1d7be1441b2cce55365f
tree3bb4c11644501f1cee1c0aac6f2b0c8c9012e714
parentcc7680f71223cd116dd102e502334de5a24434db
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>
drivers/cpufreq/omap-cpufreq.c