diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-05-27 13:43:48 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-28 00:16:14 -0400 |
commit | 492c24e5894c65e23b11e5043c7144c2f2310abf (patch) | |
tree | 794d95ce3acd60251b8d4e0269447247bbcef591 /arch | |
parent | c2e1ff39c106ab026e3feb29c038855b7ed00393 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
41 | def_bool !64BIT | 41 | def_bool !64BIT |
42 | select GENERIC_ATOMIC64 | 42 | select GENERIC_ATOMIC64 |
43 | select CLZ_TAB | 43 | select CLZ_TAB |
44 | select ARCH_USES_GETTIMEOFFSET | ||
45 | 44 | ||
46 | config SPARC64 | 45 | config SPARC64 |
47 | def_bool 64BIT | 46 | def_bool 64BIT |