commit | 239751edad27d4fae964fb1f4ca1fedd742c8365 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 06 23:07:51 2017 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Jun 26 18:32:04 2017 +0200 |
tree | 53ade1523c701cb8cd3233f6a12320e774cc6474 | |
parent | 22ece4e3df6335e691207de1198a609e761b8640 [diff] |
clocksource/drivers/sun4i: Switch to the timer-of common init Previously a framework to factor out the drivers init function has been merged. Use this common framework in this driver, we get: Before: text data bss dec hex filename 1787 384 12 2183 887 drivers/clocksource/sun4i_timer.o After: text data bss dec hex filename 1407 512 0 1919 77f drivers/clocksource/sun4i_timer.o Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Tested-by: Chen-Yu Tsai <wens@csie.org>