projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94fa873
)
remove a superfluous kconfig type definition
author
Uwe Kleine-König
<ukleinek@strlen.de>
Thu, 7 Aug 2008 18:11:04 +0000
(20:11 +0200)
committer
Uwe Kleine-Koenig
<ukl@pengutronix.de>
Fri, 12 Dec 2008 10:17:07 +0000
(11:17 +0100)
It's either
bool
default y
or
def_bool y
but not a mixture of both.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 9722f8bb506cb9ad27f64b47ab15ce428886a0ba..65f423cc610c0fcf91b549a0667232588322b8f4 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-156,7
+156,6
@@
config ARCH_MTD_XIP
bool
config GENERIC_HARDIRQS_NO__DO_IRQ
- bool
def_bool y
if OPROFILE