arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 21 Mar 2013 13:34:58 +0000 (14:34 +0100)
committerRichard Kuo <rkuo@codeaurora.org>
Wed, 1 May 2013 00:40:27 +0000 (19:40 -0500)
CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two
architectures. Remove it again.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
arch/hexagon/Kconfig
arch/openrisc/Kconfig

index 9b94b0fcb777f5c6d2a6c2ba16ea03911cb5261c..a0c0fb09d677131aa7e7a2e5be9aefdaae898ae8 100644 (file)
@@ -77,9 +77,6 @@ config RWSEM_GENERIC_SPINLOCK
 config RWSEM_XCHGADD_ALGORITHM
        def_bool y
 
-config GENERIC_FIND_NEXT_BIT
-       def_bool y
-
 config GENERIC_HWEIGHT
        def_bool y
 
index 9ab3bf2eca8d2efeef9f0adbadc8b94c356cb857..81b9ddbc9166473ef46a85c7640a135807c920c8 100644 (file)
@@ -55,9 +55,6 @@ config TRACE_IRQFLAGS_SUPPORT
 config GENERIC_CSUM
         def_bool y
 
-config GENERIC_FIND_NEXT_BIT
-       def_bool y
-
 source "init/Kconfig"