From patchwork Tue May 14 09:34:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 2565181 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 5F71BDF24C for ; Tue, 14 May 2013 11:05:05 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcBhy-0002Ui-3L; Tue, 14 May 2013 09:39:55 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcBdZ-0001DE-Pr; Tue, 14 May 2013 09:35:13 +0000 Received: from cpsmtpb-ews04.kpnxchange.com ([213.75.39.7]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcBdW-0001CG-3g for linux-arm-kernel@lists.infradead.org; Tue, 14 May 2013 09:35:11 +0000 Received: from cpsps-ews07.kpnxchange.com ([10.94.84.174]) by cpsmtpb-ews04.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 14 May 2013 11:34:46 +0200 Received: from CPSMTPM-TLF103.kpnxchange.com ([195.121.3.6]) by cpsps-ews07.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 14 May 2013 11:34:46 +0200 Received: from [192.168.1.103] ([212.123.139.93]) by CPSMTPM-TLF103.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 14 May 2013 11:34:45 +0200 Message-ID: <1368524085.1350.102.camel@x61.thuisdomein> Subject: [PATCH] ARM: mach-bcm: drop "select GPIO_BCM" From: Paul Bolle To: Russell King Date: Tue, 14 May 2013 11:34:45 +0200 X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 X-OriginalArrivalTime: 14 May 2013 09:34:46.0203 (UTC) FILETIME=[457DB8B0:01CE5086] X-RcptDomain: lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130514_053510_261684_47D08344 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (pebolle[at]tiscali.nl) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [213.75.39.7 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Christian Daudt , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org A select statement for the Kconfig symbol GPIO_BCM was added in v3.8. But there's no symbol with that name. It's a nop so we can drop it. Signed-off-by: Paul Bolle --- 0) Untested. 1) Patch assumes that https://lkml.org/lkml/2013/3/6/182 ("ARM: mach-bcm: drop "select GENERIC_TIME""), which got a Reviewed-by tag from Christian, was applied first. arch/arm/mach-bcm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 764273e..322620d 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -8,7 +8,6 @@ config ARCH_BCM select CPU_V7 select CLKSRC_OF select GENERIC_CLOCKEVENTS - select GPIO_BCM select SPARSE_IRQ select TICK_ONESHOT help