OSDN Git Service

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 9722f8b..65f423c 100644 (file)
@@ -156,7 +156,6 @@ config ARCH_MTD_XIP
        bool
 
 config GENERIC_HARDIRQS_NO__DO_IRQ
-       bool
        def_bool y
 
 if OPROFILE