Skip to content

Commit

Permalink
sparc: fix bad merge of sparc Kconfig
Browse files Browse the repository at this point in the history
Fixes this sparc32 defconfig build error:

timekeeping.c:(.text+0x277c4): undefined reference to `arch_gettimeoffset'

Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sfrothwell authored and davem330 committed May 28, 2012
1 parent c2e1ff3 commit 492c24e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ config SPARC32
def_bool !64BIT
select GENERIC_ATOMIC64
select CLZ_TAB
select ARCH_USES_GETTIMEOFFSET

config SPARC64
def_bool 64BIT
Expand Down

0 comments on commit 492c24e

Please sign in to comment.