]> rtime.felk.cvut.cz Git - linux-imx.git/commit
clocksource: sunxi: make use of CLKSRC_OF
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 23 Mar 2013 23:01:48 +0000 (00:01 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 8 Apr 2013 19:41:54 +0000 (21:41 +0200)
commitea71d9a600e769ca669f4ba3e25ffdecdeede240
treebb5bb6a4a2695a86f90d942e36e25f3cac6b6a80
parent049817319a5cf2812ada74018ae9f5c5b739607b
clocksource: sunxi: make use of CLKSRC_OF

Using CLKSRC_OF allows to remove the SoC specific sunxi_timer.h header,
and instead of using a custom init function in the machine definition
use the standard clocksource_of_init function.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/Kconfig
arch/arm/mach-sunxi/sunxi.c
drivers/clocksource/sunxi_timer.c
include/linux/sunxi_timer.h [deleted file]