summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorJohn Stultz <johnstul@us.ibm.com>2010-03-24 00:22:36 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-03-24 08:08:58 (GMT)
commit5cfc8ee0bb5134e1204e1ec5843e164f24315021 (patch)
tree56a5ef91318f0bba164f944ad3f06bc200bd94dd /arch/arm/mach-at91
parente4bf5becccf4685754c4d8e4485bb2ff7d28147f (diff)
downloadlinux-fsl-qoriq-5cfc8ee0bb5134e1204e1ec5843e164f24315021.tar.xz
ARM: convert arm to arch_gettimeoffset()
Convert arm to use GENERIC_TIME via the arch_getoffset() infrastructure, reducing the amount of arch specific code we need to maintain. The arm architecture is the last arch that need to be converted. Signed-off-by: John Stultz <johnstul@us.ibm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Cc: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 2db43a5..8a5e8e9 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -97,6 +97,7 @@ config ARCH_AT572D940HF
config ARCH_AT91X40
bool "AT91x40"
+ select ARCH_USES_GETTIMEOFFSET
endchoice