Skip to content

Commit

Permalink
lib/Kconfig: use bool instead of boolean
Browse files Browse the repository at this point in the history
Keyword 'boolean' for type definition attributes is considered
deprecated and, therefore, should not be used anymore.

See http://lkml.kernel.org/r/[email protected]
See http://lkml.kernel.org/r/[email protected]

Signed-off-by: Christoph Jaeger <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
christophjaeger authored and torvalds committed Feb 17, 2015
1 parent 780fc56 commit 841c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config BITREVERSE
tristate

config HAVE_ARCH_BITREVERSE
boolean
bool
default n
depends on BITREVERSE
help
Expand Down

0 comments on commit 841c009

Please sign in to comment.