From patchwork Mon Oct 28 17:16:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 3103411 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 06ABEBF924 for ; Mon, 28 Oct 2013 17:23:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 564B12017C for ; Mon, 28 Oct 2013 17:23:47 +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 0170C2034E for ; Mon, 28 Oct 2013 17:23:46 +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 1VaqXK-0007wV-Uf; Mon, 28 Oct 2013 17:23:31 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VaqXI-00048D-F0; Mon, 28 Oct 2013 17:23:28 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VaqXG-00046v-B0 for linux-arm-kernel@lists.infradead.org; Mon, 28 Oct 2013 17:23:26 +0000 Received: by mail-pa0-f46.google.com with SMTP id rd3so7198327pab.33 for ; Mon, 28 Oct 2013 10:23:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=2L6anSeqvKAT3Krgg32XIgV/30XT/KoBW75VMCmIO/M=; b=Mh87VNMcJTDhHY1SnfOBI3oHjfHosN7ce8DlYFe4dEUMgcNBwQGs5GrGUbv5iXzBT0 ukYu6SV3O7J/7z5JOsNuc2YEFyCMIM2XzOz7dvk2EvmFtLXsBlDoFhfJ5zp8FhTeL5KG pnkYCYURCm53ct98wH1CwDPQ+7pq+WgVo/34wAw5jpdrvLQPuhCUWlhtqLw48y3/q4q0 w0ilc8eVCvRwSK+k7YHmBB0Ww7oFMq1AE6tpyJQCxbLBYCqbYeV4CZO3vfaZ7iYZuWj5 pJl2tUg0gmlOmOSNDiXVctoc/703tg/h6Q/9pN1shK2z0yWL4NUfe7x6BKMkLnuZnjCB o3FQ== X-Gm-Message-State: ALoCoQnaqKm/4aHNYMCgQTd+eA1U+Pp+F0U2LSPhXq34+9FvvAFLNLByXBgtkOoJuY/W8KeFeR+f X-Received: by 10.68.175.33 with SMTP id bx1mr22511568pbc.21.1382980629386; Mon, 28 Oct 2013 10:17:09 -0700 (PDT) Received: from quad.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id o1sm29766321pbe.37.2013.10.28.10.17.08 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Oct 2013 10:17:08 -0700 (PDT) From: Olof Johansson To: mripard@free-electrons.com Subject: [PATCH] ARM: sunxi: remove .init_time hooks Date: Mon, 28 Oct 2013 10:16:38 -0700 Message-Id: <1382980598-2912-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.8.4.1.601.g02b3b1d X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131028_132326_461806_84F25643 X-CRM114-Status: UNSURE ( 9.96 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: Olof Johansson , 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=-4.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, 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 The machine entries were split up, but the cleanup to remove .init_time removed the function that the new/split entries refer to. Remove them since they are no longer needed. Cc: Maxime Ripard Signed-off-by: Olof Johansson --- arch/arm/mach-sunxi/sunxi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c index ffac2f53fede..61d3a387f01c 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c @@ -134,7 +134,6 @@ static const char * const sun6i_board_dt_compat[] = { DT_MACHINE_START(SUN6I_DT, "Allwinner sun6i (A31) Family") .init_machine = sunxi_dt_init, - .init_time = sunxi_timer_init, .dt_compat = sun6i_board_dt_compat, .restart = sun6i_restart, MACHINE_END @@ -146,7 +145,6 @@ static const char * const sun7i_board_dt_compat[] = { DT_MACHINE_START(SUN7I_DT, "Allwinner sun7i (A20) Family") .init_machine = sunxi_dt_init, - .init_time = sunxi_timer_init, .dt_compat = sun7i_board_dt_compat, .restart = sun4i_restart, MACHINE_END