diff options
author | Uwe Kleine-König <ukleinek@strlen.de> | 2008-08-07 20:11:04 +0200 |
---|---|---|
committer | Uwe Kleine-Koenig <ukl@pengutronix.de> | 2008-12-12 11:17:07 +0100 |
commit | 72cca72a6cefe90810366cd2b244a33069b21f86 (patch) | |
tree | 597271e163580ba5d2805bf196d1717bde1912d2 /arch/arm/Kconfig | |
parent | 94fa873ff80cbbfb91f1c1a81cb428f6869a7845 (diff) | |
download | linux-3.10-72cca72a6cefe90810366cd2b244a33069b21f86.tar.gz linux-3.10-72cca72a6cefe90810366cd2b244a33069b21f86.tar.bz2 linux-3.10-72cca72a6cefe90810366cd2b244a33069b21f86.zip |
remove a superfluous kconfig type definition
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9722f8bb506..65f423cc610 100644 --- 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 |