projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2e1ff3
)
sparc: fix bad merge of sparc Kconfig
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Sun, 27 May 2012 17:43:48 +0000
(17:43 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 May 2012 04:16:14 +0000
(21:16 -0700)
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>
arch/sparc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sparc/Kconfig
b/arch/sparc/Kconfig
index 83bd051754e1fecddc0be891676bb9f57d62ad8f..e74ff137762661844783fe76a30986fe01308e9e 100644
(file)
--- 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