Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752914AbbBBPAA (ORCPT ); Mon, 2 Feb 2015 10:00:00 -0500 Received: from smtprelay03.ispgateway.de ([80.67.31.37]:46274 "EHLO smtprelay03.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751300AbbBBO77 (ORCPT ); Mon, 2 Feb 2015 09:59:59 -0500 From: Christoph Jaeger To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, Christoph Jaeger Subject: [PATCH linux-next] lib: Kconfig: use bool instead of boolean Date: Mon, 2 Feb 2015 09:59:16 -0500 Message-Id: <1422889156-19830-1-git-send-email-cj@linux.com> X-Mailer: git-send-email 2.1.0 X-Df-Sender: MTg4NDM4Mw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 32 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 --- lib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig b/lib/Kconfig index 147c7d9..b039e70 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 -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/