From patchwork Sun Feb 16 17:34:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 3658351 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 150AA9F1EE for ; Sun, 16 Feb 2014 17:36:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3E900201EF for ; Sun, 16 Feb 2014 17:36:04 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4A196201DE for ; Sun, 16 Feb 2014 17:36:03 +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 1WF5cY-0003Zi-E1; Sun, 16 Feb 2014 17:35:14 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WF5cO-0004rr-ON; Sun, 16 Feb 2014 17:35:04 +0000 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WF5cM-0004qJ-HA for linux-arm-kernel@lists.infradead.org; Sun, 16 Feb 2014 17:35:03 +0000 Received: from cpsps-ews29.kpnxchange.com ([10.94.84.195]) by cpsmtpb-ews01.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 16 Feb 2014 18:34:40 +0100 Received: from CPSMTPM-TLF102.kpnxchange.com ([195.121.3.5]) by cpsps-ews29.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 16 Feb 2014 18:34:40 +0100 Received: from [192.168.1.104] ([82.169.24.127]) by CPSMTPM-TLF102.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 16 Feb 2014 18:34:40 +0100 Message-ID: <1392572080.28866.19.camel@x220> Subject: [PATCH] arm: msm: remove MACH_MSM7X30_SURF From: Paul Bolle To: David Brown , Daniel Walker , Bryan Huntsman , Russell King Date: Sun, 16 Feb 2014 18:34:40 +0100 X-Mailer: Evolution 3.10.3 (3.10.3-1.fc20) Mime-Version: 1.0 X-OriginalArrivalTime: 16 Feb 2014 17:34:40.0581 (UTC) FILETIME=[5F1D9F50:01CF2B3D] X-RcptDomain: lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140216_123502_667013_50770A20 X-CRM114-Status: UNSURE ( 5.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Richard Weinberger , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.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 X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The Kconfig symbol MACH_MSM7X30_SURF was added in v2.6.35. It has never been used. Setting it has no effect. There are no calls for machine_is_mach_msm7x30(). This symbol can safely be removed. Signed-off-by: Paul Bolle --- Tested only with "git grep". arch/arm/mach-msm/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 9625cf3..dab941a 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig @@ -62,7 +62,6 @@ config ARCH_MSM7X30 select ARCH_MSM_SCORPION select CPU_V7 select GPIO_MSM_V1 - select MACH_MSM7X30_SURF # if ! select MSM_GPIOMUX select MSM_PROC_COMM select MSM_SMD @@ -115,12 +114,6 @@ config MACH_TROUT help Support for the HTC Dream, T-Mobile G1, Android ADP1 devices. -config MACH_MSM7X30_SURF - depends on ARCH_MSM7X30 - bool "MSM7x30 SURF" - help - Support for the Qualcomm MSM7x30 SURF eval board. - config MACH_QSD8X50_SURF depends on ARCH_QSD8X50 bool "QSD8x50 SURF"