From patchwork Wed Jul 31 19:02:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2836561 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 1899FC0319 for ; Wed, 31 Jul 2013 19:55:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E8AB020225 for ; Wed, 31 Jul 2013 19:55:03 +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 9CE59201DC for ; Wed, 31 Jul 2013 19:55:02 +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 1V4bh5-0002vZ-EM; Wed, 31 Jul 2013 19:04:20 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4bgY-0007wL-3g; Wed, 31 Jul 2013 19:03:46 +0000 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4bfh-0007q8-Ap for linux-arm-kernel@lists.infradead.org; Wed, 31 Jul 2013 19:02:54 +0000 Received: by mail-pb0-f44.google.com with SMTP id xa7so1130789pbc.17 for ; Wed, 31 Jul 2013 12:02:31 -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=dL7A2hWsmwrAoZihYzNpFXYEXZeVpWB32+GhRMkbTmU=; b=vNT9hNKdYiaD8Y6zKSKVFjJ1NqSlbTEjpa4gbY2TYH4Ea707FbtoVZjCv6X4QZPDVr cKuPJbZsHSljNoHlRSZTMaQjhV4Fmj6uW+5Me+uhmkrm12UFW6a5WbfjsZowSKigWA9m EH25bQHtj5CCEwVqC3iItEGj4/9ze3ZtIoREMXcpG7/W6zwr4mPTubP20opmhsI8Rn+/ WfrUjWlhRh4JMg+HXT/XH/UP0Uyo6EMMrR8pIIiNPQq++J0s7KCT10VUpCPlP1dIJutr OGRzEZwfLJjblCy7S/VZYrz4iP6um8rDJBo7gbCosyZ+MSXj8xHuBYTBqch6I1HaRZiA 6Jgw== X-Received: by 10.66.155.102 with SMTP id vv6mr47677159pab.89.1375297351656; Wed, 31 Jul 2013 12:02:31 -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 sp4sm3655025pbc.45.2013.07.31.12.02.29 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 12:02:30 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 01 Aug 2013 04:02:42 +0900 Message-Id: <20130731190242.31796.98376.sendpatchset@w520> In-Reply-To: <20130731190110.31796.96552.sendpatchset@w520> References: <20130731190110.31796.96552.sendpatchset@w520> Subject: [PATCH 10/13] ARM: shmobile: Use default ->init_time() on Marzen DT ref X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130731_150253_486184_D15E3A38 X-CRM114-Status: UNSURE ( 7.77 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org, arnd@arndb.de 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/board-marzen-reference.c | 1 - 1 file changed, 1 deletion(-) --- 0001/arch/arm/mach-shmobile/board-marzen-reference.c +++ work/arch/arm/mach-shmobile/board-marzen-reference.c 2013-08-01 03:13:42.000000000 +0900 @@ -42,6 +42,5 @@ DT_MACHINE_START(MARZEN, "marzen") .nr_irqs = NR_IRQS_LEGACY, .init_irq = r8a7779_init_irq_dt, .init_machine = marzen_init, - .init_time = shmobile_timer_init, .dt_compat = marzen_boards_compat_dt, MACHINE_END