ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks
authorTero Kristo <t-kristo@ti.com>
Wed, 2 Jul 2014 08:47:37 +0000 (11:47 +0300)
committerPaul Walmsley <paul@pwsan.com>
Tue, 15 Jul 2014 20:08:42 +0000 (14:08 -0600)
commit74b9b62b6046265437dd20562c067ba167bd94a4
tree7f20312e276eaa75a43df226784066b65026c220
parent0b6fbd68b2c45cfa64fa8478643f0345f9a2c99d
ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks

These are unnecessary, as the clock code is only used on OMAP4+ platforms
through clock registrations. This also allows to eventually migrate the
clock type implementation under clock driver.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/dpll44xx.c