From patchwork Wed Jul 31 19:01:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2836544 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 6667E9F4D4 for ; Wed, 31 Jul 2013 19:03:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4FD5C202EC for ; Wed, 31 Jul 2013 19:03:07 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D1A5A20342 for ; Wed, 31 Jul 2013 19:03:04 +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 1V4bfR-0001TA-Cb; Wed, 31 Jul 2013 19:02:38 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4bf5-0007oq-PC; Wed, 31 Jul 2013 19:02:15 +0000 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4bef-0007jd-CV for linux-arm-kernel@lists.infradead.org; Wed, 31 Jul 2013 19:01:50 +0000 Received: by mail-pa0-f53.google.com with SMTP id lb1so1212608pab.12 for ; Wed, 31 Jul 2013 12:01:27 -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=YHvwCM3oOh4FvmLSp3f1OpX+Kj+RLOubgPHwC0//Y/E=; b=C+sgKFhhuRiUqQX/hsYC3HjbOCF4TRGD8MDa+wsqWsTSQagVrvMMYyJa0fc7WIuR3a cLeY0G9t0sIgQhNSEgQ3y3g1mu7vJNqYRWs3A/XDC3D1pSHvh9APnHOmpUI1ZiMKKaom bN/+k83jiXAPwUFYRjLaQPDCw2KDXZhMRwZkz212Ws+22xYp9M+pk0GVS0531Fq8SDaE P8fiLvXL2j2hQo75L+pyI/ofo9/NFtAlF4+yZZPmnF+Z7QXgJNLg3gGrRLXtTdTnoarG lxRX4An67INysyjaKl7tvj+X52VyOlUQ3aHxUwbWb264Ek8fGJL3Tx9EnsrXBoym5tew G/wQ== X-Received: by 10.66.121.131 with SMTP id lk3mr84003042pab.43.1375297287091; Wed, 31 Jul 2013 12:01:27 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id r7sm1041789pao.18.2013.07.31.12.01.24 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 12:01:26 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 01 Aug 2013 04:01:37 +0900 Message-Id: <20130731190137.31796.78683.sendpatchset@w520> In-Reply-To: <20130731190110.31796.96552.sendpatchset@w520> References: <20130731190110.31796.96552.sendpatchset@w520> Subject: [PATCH 03/13] ARM: shmobile: Use default ->init_time() on r8a7778 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130731_150149_550947_4609BBBB X-CRM114-Status: UNSURE ( 7.99 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , arnd@arndb.de, 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=-5.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm Leave ->init_time() set to NULL to use the default ARM behaviour. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/setup-r8a7778.c | 1 - 1 file changed, 1 deletion(-) --- 0001/arch/arm/mach-shmobile/setup-r8a7778.c +++ work/arch/arm/mach-shmobile/setup-r8a7778.c 2013-08-01 03:02:21.000000000 +0900 @@ -406,7 +406,6 @@ static const char *r8a7778_compat_dt[] _ DT_MACHINE_START(R8A7778_DT, "Generic R8A7778 (Flattened Device Tree)") .init_early = r8a7778_init_delay, .init_irq = r8a7778_init_irq_dt, - .init_time = shmobile_timer_init, .dt_compat = r8a7778_compat_dt, .init_late = r8a7778_init_late, MACHINE_END