commit | 0881841f7e7863ba0d33d4c34ee284cde85e18c4 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Nov 13 10:44:38 2015 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Dec 15 10:12:17 2015 +0100 |
tree | 6fe057493b8ec3e237bf79bb6aafecda40853022 | |
parent | 46e7c3c6e5c56aadac391f92771e37dc03bec9b8 [diff] |
clocksource/drivers/tango-xtal: Replace code by clocksource_mmio_init The current code to initialize, register and read the clocksource is already factored out in mmio.c via the clocksource_mmio_init function. Factor out the code with the clocksource_mmio_init function. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>