From patchwork Mon May 19 23:37:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4206911 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 7E970BEEAB for ; Mon, 19 May 2014 23:38:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A6C4C2021B for ; Mon, 19 May 2014 23:38:11 +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 EBE9920212 for ; Mon, 19 May 2014 23:38:10 +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 1WmX6G-0005tZ-0V; Mon, 19 May 2014 23:36:08 +0000 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmX6D-0005pY-CV for linux-arm-kernel@lists.infradead.org; Mon, 19 May 2014 23:36:05 +0000 Received: by mail-pb0-f52.google.com with SMTP id rr13so6477793pbb.39 for ; Mon, 19 May 2014 16:35:44 -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=25g4NNpwk3IGuHCb1m85ubFNtGG1D9pmllyzyo0RJiM=; b=U2b9LzNn7bTaN5Y9CA5670YQ5Em95ziR4Hf2bg1+whWgjpN9QghxieMYgFQ3+CZRca 1WqrYNo5PRTMFF0Tow0Sk6Lmmfr8Sf8wrp3n0H1mmY9Keh7u7/NRY2aCfAc9m+gijqxT K8GMcMSqSE1cDLbxjvSmP4iIIJ9GNYEH4ccbsSLYQLElMizoxmLWLPw9OMicYP9fF6jO 7r9b/e3aBEPrcFFSex621U4cRbDYULjkznyo036Hp5H6MwSoN5+3QAm35PUxLk5Tg5qs VSEyiEvzCD49/RuSOrH2wff9oJHsswwrQ1Yidw2li13gbUC7YTJAnLdZXsXBuUjtT2kd CKbg== X-Received: by 10.68.164.100 with SMTP id yp4mr41101341pbb.136.1400542544134; Mon, 19 May 2014 16:35:44 -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 bz4sm32122954pbb.12.2014.05.19.16.35.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 May 2014 16:35:41 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 20 May 2014 08:37:42 +0900 Message-Id: <20140519233742.10496.54331.sendpatchset@w520> In-Reply-To: <20140519233714.10496.31390.sendpatchset@w520> References: <20140519233714.10496.31390.sendpatchset@w520> Subject: [PATCH 03/03] ARM: shmobile: Remove unused r8a7790_init_early() X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140519_163605_438443_34DBC9C6 X-CRM114-Status: UNSURE ( 8.55 ) 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 r8a7790_init_early() function. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/include/mach/r8a7790.h | 1 - arch/arm/mach-shmobile/setup-r8a7790.c | 7 ------- 2 files changed, 8 deletions(-) --- 0001/arch/arm/mach-shmobile/include/mach/r8a7790.h +++ work/arch/arm/mach-shmobile/include/mach/r8a7790.h 2014-05-19 22:26:16.000000000 +0900 @@ -33,7 +33,6 @@ void r8a7790_add_dt_devices(void); void r8a7790_clock_init(void); void r8a7790_pinmux_init(void); void r8a7790_pm_init(void); -void r8a7790_init_early(void); extern struct smp_operations r8a7790_smp_ops; #endif /* __ASM_R8A7790_H__ */ --- 0003/arch/arm/mach-shmobile/setup-r8a7790.c +++ work/arch/arm/mach-shmobile/setup-r8a7790.c 2014-05-19 22:25:49.000000000 +0900 @@ -307,13 +307,6 @@ void __init r8a7790_add_standard_devices r8a7790_register_audio_dmac(1); } -void __init r8a7790_init_early(void) -{ -#ifndef CONFIG_ARM_ARCH_TIMER - shmobile_setup_delay(1300, 2, 4); /* Cortex-A15 @ 1300MHz */ -#endif -} - #ifdef CONFIG_USE_OF static const char * const r8a7790_boards_compat_dt[] __initconst = {