clocksource: exynos_mct: Use readl_relaxed/writel_relaxed
authorDoug Anderson <dianders@chromium.org>
Fri, 4 Jul 2014 21:43:20 +0000 (06:43 +0900)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 23 Jul 2014 10:02:40 +0000 (12:02 +0200)
commitfdb06f66d53e3c9ba7eeab3c0629c450aee76937
tree11a27107749d914ad555e51e75a59380d1bf5b69
parenta38b1f60b5245a3f610baac2019c0ecd8abd8752
clocksource: exynos_mct: Use readl_relaxed/writel_relaxed

Using the __raw functions is discouraged.  Update the file to
consistently use the proper functions.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/exynos_mct.c