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 <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c2e1ff39c1
commit
492c24e589
|
@ -41,7 +41,6 @@ config SPARC32
|
|||
def_bool !64BIT
|
||||
select GENERIC_ATOMIC64
|
||||
select CLZ_TAB
|
||||
select ARCH_USES_GETTIMEOFFSET
|
||||
|
||||
config SPARC64
|
||||
def_bool 64BIT
|
||||
|
|
Loading…
Reference in New Issue