diff mbox

sparc: fix bad merge of sparc Kconfig

Message ID 20120528134348.c934fef7360aa10683fc3a28@canb.auug.org.au
State Accepted
Delegated to: David Miller
Headers show

Commit Message

Stephen Rothwell May 28, 2012, 3:43 a.m. UTC
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>
---
 arch/sparc/Kconfig |    1 -
 1 file changed, 1 deletion(-)

Dave, I have been carrying this merge fix in linux-next for a while and
now it is needed in Linus' tree.

Comments

David Miller May 28, 2012, 4:18 a.m. UTC | #1
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Mon, 28 May 2012 13:43:48 +1000

> 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>
> ---
>  arch/sparc/Kconfig |    1 -
>  1 file changed, 1 deletion(-)
> 
> Dave, I have been carrying this merge fix in linux-next for a while and
> now it is needed in Linus' tree.

I'll merge this in, thanks Stephen.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 9be0dd2..35e08fe 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -39,7 +39,6 @@  config SPARC32
 	def_bool !64BIT
 	select GENERIC_ATOMIC64
 	select CLZ_TAB
-	select ARCH_USES_GETTIMEOFFSET
 
 config SPARC64
 	def_bool 64BIT