From: Christoph Jaeger Date: Tue, 17 Feb 2015 00:00:20 +0000 (-0800) Subject: lib/Kconfig: use bool instead of boolean X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=841c009007144bed9b46643e2e0c4ba6821a2299;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git lib/Kconfig: use bool instead of boolean Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore. See http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com See http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com Signed-off-by: Christoph Jaeger Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig b/lib/Kconfig index cd177caf3876..cb9758e0ba0c 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -14,7 +14,7 @@ config BITREVERSE tristate config HAVE_ARCH_BITREVERSE - boolean + bool default n depends on BITREVERSE help