From patchwork Sun May 11 23:25:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4153331 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 95CAEBFF02 for ; Sun, 11 May 2014 23:26:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BC86E2018A for ; Sun, 11 May 2014 23:26:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 049432017E for ; Sun, 11 May 2014 23:26:49 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wjd6A-0004jY-ML; Sun, 11 May 2014 23:24:02 +0000 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wjd68-0004gG-N9 for linux-arm-kernel@lists.infradead.org; Sun, 11 May 2014 23:24:01 +0000 Received: by mail-pa0-f52.google.com with SMTP id fa1so2867686pad.39 for ; Sun, 11 May 2014 16:23:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=J0AKNgPiPh2SvLpSydNhFVoQCdC2qlUUWJhd/c7ybp0=; b=E1EhH9VWLKfakV3KqRIwWJoV0SvcZFZBZNt8/gxTroI+vbvmxEdfypvZm9dfNHur8g iCxiWBWG23ZgFjX8SXm1I6kLdC6hF87NXseiqmS3g7EyNlB0KnaG6/unV48YfBFv+w/R mgeQrYz4+FFLxhGt1E5g6hPfSj15N4l5HPm2P25JO0fIHFh0/P7naLn8P34y915eAHME mBrKLLb/Aao8r6Lbb2ZqU6SXh7NGfQuNw0TaZ+6hthR7fAgD4QJ0GrKzj9KhY7ecrZDp +L4+5K1SUXcYNMfD0829C1zYkReyN3ybq7ZgSvoQtKiSSjIoZD56qID0TlcDlA3kK7Ze KHgA== X-Received: by 10.66.222.100 with SMTP id ql4mr27947358pac.109.1399850619398; Sun, 11 May 2014 16:23:39 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id ai11sm40616803pac.30.2014.05.11.16.23.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 May 2014 16:23:37 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 12 May 2014 08:25:37 +0900 Message-Id: <20140511232537.20177.39308.sendpatchset@w520> In-Reply-To: <20140511232508.20177.11556.sendpatchset@w520> References: <20140511232508.20177.11556.sendpatchset@w520> Subject: [PATCH 03/03] ARM: shmobile: Remove unused r8a7791_init_early() X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140511_162400_769387_E4A685EF X-CRM114-Status: UNSURE ( 7.62 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: horms@verge.net.au, Magnus Damm , 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm Remove the now unused r8a7791_init_early() function. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/include/mach/r8a7791.h | 1 - arch/arm/mach-shmobile/setup-r8a7791.c | 7 ------- 2 files changed, 8 deletions(-) --- 0001/arch/arm/mach-shmobile/include/mach/r8a7791.h +++ work/arch/arm/mach-shmobile/include/mach/r8a7791.h 2014-05-12 08:05:58.000000000 +0900 @@ -5,7 +5,6 @@ void r8a7791_add_standard_devices(void); void r8a7791_add_dt_devices(void); void r8a7791_clock_init(void); void r8a7791_pinmux_init(void); -void r8a7791_init_early(void); extern struct smp_operations r8a7791_smp_ops; #endif /* __ASM_R8A7791_H__ */ --- 0006/arch/arm/mach-shmobile/setup-r8a7791.c +++ work/arch/arm/mach-shmobile/setup-r8a7791.c 2014-05-12 08:05:22.000000000 +0900 @@ -207,13 +207,6 @@ void __init r8a7791_add_standard_devices r8a7791_register_thermal(); } -void __init r8a7791_init_early(void) -{ -#ifndef CONFIG_ARM_ARCH_TIMER - shmobile_setup_delay(1500, 2, 4); /* Cortex-A15 @ 1500MHz */ -#endif -} - #ifdef CONFIG_USE_OF static const char *r8a7791_boards_compat_dt[] __initdata = { "renesas,r8a7791",