diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-01-15 19:50:49 +1300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-01-15 10:56:24 -0800 |
commit | 41d16512ebea6938b95c5e4f2ae008914e91abc1 (patch) | |
tree | f0024aa64f7b737b2e19b468a85573514e9e564c /arch/arm/mach-vt8500/Kconfig | |
parent | ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc (diff) | |
download | linux-41d16512ebea6938b95c5e4f2ae008914e91abc1.tar.bz2 |
timer: vt8500: Convert vt8500 to use CLKSRC_OF
This patch converts arch-vt8500 to make use of CLKSRC_OF. Doing so
removes the need for include/linux/vt8500_timer.h as vt8500_timer_init
no longer needs to be visible outside vt8500_timer.c
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-vt8500/Kconfig')
-rw-r--r-- | arch/arm/mach-vt8500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig index 570a801fb862..d1cbda66dc9c 100644 --- a/arch/arm/mach-vt8500/Kconfig +++ b/arch/arm/mach-vt8500/Kconfig @@ -4,6 +4,7 @@ config ARCH_VT8500 select ARCH_HAS_CPUFREQ select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP + select CLKSRC_OF select CPU_ARM926T select GENERIC_CLOCKEVENTS select GENERIC_GPIO |