diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-01-14 05:58:21 +0100 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-01-14 05:58:21 +0100 |
commit | ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc (patch) | |
tree | 5e02c6656af497053f1a41a5fb5677c6a6ddf171 /arch/arm/mach-vt8500/common.h | |
parent | ARM: sunxi: fix struct sys_timer removal (diff) | |
download | linux-ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc.tar.xz linux-ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc.zip |
timer: vt8500: Move timer code to drivers/clocksource
This patch moves arch-vt8500/timer.c into drivers/clocksource and
updates the necessary Kconfig/Makefile options.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/mach-vt8500/common.h')
-rw-r--r-- | arch/arm/mach-vt8500/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-vt8500/common.h b/arch/arm/mach-vt8500/common.h index 6f2b843115db..77611a6968d6 100644 --- a/arch/arm/mach-vt8500/common.h +++ b/arch/arm/mach-vt8500/common.h @@ -18,7 +18,6 @@ #include <linux/of.h> -void __init vt8500_timer_init(void); int __init vt8500_irq_init(struct device_node *node, struct device_node *parent); |