Skip to content

Commit

Permalink
remove a superfluous kconfig type definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Uwe Kleine-König authored and Uwe Kleine-Koenig committed Dec 12, 2008
1 parent 94fa873 commit 72cca72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ config ARCH_MTD_XIP
bool

config GENERIC_HARDIRQS_NO__DO_IRQ
bool
def_bool y

if OPROFILE
Expand Down

0 comments on commit 72cca72

Please sign in to comment.