diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-01-13 23:58:21 -0500 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-01-13 23:58:21 -0500 |
commit | ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc (patch) | |
tree | 5e02c6656af497053f1a41a5fb5677c6a6ddf171 /arch/arm/mach-vt8500/vt8500.c | |
parent | 1c2584c3a1c882fec729147a46d822522552e38c (diff) |
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/vt8500.c')
-rw-r--r-- | arch/arm/mach-vt8500/vt8500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vt8500/vt8500.c b/arch/arm/mach-vt8500/vt8500.c index d5b9c6689c9d..b9fd9d3cbfb3 100644 --- a/arch/arm/mach-vt8500/vt8500.c +++ b/arch/arm/mach-vt8500/vt8500.c | |||
@@ -20,6 +20,7 @@ | |||
20 | 20 | ||
21 | #include <linux/io.h> | 21 | #include <linux/io.h> |
22 | #include <linux/pm.h> | 22 | #include <linux/pm.h> |
23 | #include <linux/vt8500_timer.h> | ||
23 | 24 | ||
24 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
25 | #include <asm/mach/arch.h> | 26 | #include <asm/mach/arch.h> |