thermal: tegra: Nuke clk_{readl,writel} helpers
authorEzequiel Garcia <ezequiel@collabora.com>
Sat, 31 Mar 2018 00:10:04 +0000 (21:10 -0300)
committerEduardo Valentin <edubezval@gmail.com>
Sun, 6 May 2018 21:52:53 +0000 (14:52 -0700)
commit34283724475699f261983afdfe72dcec0ae3096a
treec4c6144172200a9a787463f8def5cb156530ab7e
parent2d3c4cfd56d8629bde279492d462f2167eafad5f
thermal: tegra: Nuke clk_{readl,writel} helpers

Naming driver-specific register accessors with generic
names, such as clk_writel and clk_readl, is bad.

Moreover, clk_writel and clk_readl are part of the
common clock framework api, so readers and code
grep'ers get confused by this collision.

The helpers are used once, so just remove them.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/tegra/soctherm.c