]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
remove a superfluous kconfig type definition
authorUwe Kleine-König <ukleinek@strlen.de>
Thu, 7 Aug 2008 18:11:04 +0000 (20:11 +0200)
committerUwe 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

index 9722f8bb506cb9ad27f64b47ab15ce428886a0ba..65f423cc610c0fcf91b549a0667232588322b8f4 100644 (file)
@@ -156,7 +156,6 @@ config ARCH_MTD_XIP
        bool
 
 config GENERIC_HARDIRQS_NO__DO_IRQ
-       bool
        def_bool y
 
 if OPROFILE