From: Stephen Rothwell Date: Sun, 27 May 2012 17:43:48 +0000 (+0000) Subject: sparc: fix bad merge of sparc Kconfig X-Git-Tag: firefly_0821_release~3680^2~2712^2~23 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=492c24e5894c65e23b11e5043c7144c2f2310abf;p=firefly-linux-kernel-4.4.55.git sparc: fix bad merge of sparc Kconfig Fixes this sparc32 defconfig build error: timekeeping.c:(.text+0x277c4): undefined reference to `arch_gettimeoffset' Signed-off-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 83bd051754e1..e74ff1377626 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -41,7 +41,6 @@ config SPARC32 def_bool !64BIT select GENERIC_ATOMIC64 select CLZ_TAB - select ARCH_USES_GETTIMEOFFSET config SPARC64 def_bool 64BIT