From patchwork Sun Feb 16 19:00:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 3658601 X-Patchwork-Delegate: lethal@linux-sh.org Return-Path: X-Original-To: patchwork-linux-sh@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 72A809F2EC for ; Sun, 16 Feb 2014 19:00:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8EB6B201EF for ; Sun, 16 Feb 2014 19:00:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E90F201DD for ; Sun, 16 Feb 2014 19:00:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753320AbaBPTAH (ORCPT ); Sun, 16 Feb 2014 14:00:07 -0500 Received: from cpsmtpb-ews04.kpnxchange.com ([213.75.39.7]:50828 "EHLO cpsmtpb-ews04.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753280AbaBPTAG (ORCPT ); Sun, 16 Feb 2014 14:00:06 -0500 Received: from cpsps-ews04.kpnxchange.com ([10.94.84.171]) by cpsmtpb-ews04.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 16 Feb 2014 20:00:03 +0100 Received: from CPSMTPM-TLF102.kpnxchange.com ([195.121.3.5]) by cpsps-ews04.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 16 Feb 2014 20:00:03 +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 20:00:03 +0100 Message-ID: <1392577203.28866.29.camel@x220> Subject: [PATCH] sh: remove SH_ALPHA_BOARD From: Paul Bolle To: Paul Mundt Cc: Richard Weinberger , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sun, 16 Feb 2014 20:00:03 +0100 X-Mailer: Evolution 3.10.3 (3.10.3-1.fc20) Mime-Version: 1.0 X-OriginalArrivalTime: 16 Feb 2014 19:00:03.0379 (UTC) FILETIME=[4C8A9030:01CF2B49] X-RcptDomain: vger.kernel.org Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 SH_ALPHA_BOARD was added in v2.6.38. It has never been used. Setting it has no effect. There are no calls for mach_is_sh_alpha_board(). This symbol can safely be removed. Signed-off-by: Paul Bolle --- Tested with "git grep". arch/sh/boards/Kconfig | 5 ----- arch/sh/tools/mach-types | 1 - 2 files changed, 6 deletions(-) diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index eb1cf84..70c4f51 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -3,9 +3,6 @@ menu "Board support" config SOLUTION_ENGINE bool -config SH_ALPHA_BOARD - bool - config SH_SOLUTION_ENGINE bool "SolutionEngine" select SOLUTION_ENGINE @@ -345,7 +342,6 @@ config SH_SH2007 config SH_APSH4A3A bool "AP-SH4A-3A" - select SH_ALPHA_BOARD select REGULATOR_FIXED_VOLTAGE if REGULATOR depends on CPU_SUBTYPE_SH7785 help @@ -353,7 +349,6 @@ config SH_APSH4A3A config SH_APSH4AD0A bool "AP-SH4AD-0A" - select SH_ALPHA_BOARD select SYS_SUPPORTS_PCI select REGULATOR_FIXED_VOLTAGE if REGULATOR depends on CPU_SUBTYPE_SH7786 diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 569977e..99f524c 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types @@ -9,7 +9,6 @@ SE SH_SOLUTION_ENGINE HIGHLANDER SH_HIGHLANDER RTS7751R2D SH_RTS7751R2D RSK SH_RSK -ALPHA_BOARD SH_ALPHA_BOARD # # List of companion chips / MFDs.