From patchwork Tue May 20 21:09:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 4212971 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 163739F3D1 for ; Tue, 20 May 2014 21:13:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4AA7B20353 for ; Tue, 20 May 2014 21:13:18 +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 3925A2035E for ; Tue, 20 May 2014 21:13:17 +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 1WmrIz-0004Oc-JS; Tue, 20 May 2014 21:10:37 +0000 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmrIe-0003DP-LB for linux-arm-kernel@lists.infradead.org; Tue, 20 May 2014 21:10:17 +0000 Received: by mail-ob0-f169.google.com with SMTP id vb8so1172873obc.0 for ; Tue, 20 May 2014 14:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=i0EaXXD+Q61pp2vo2uXBB2j6JO+CV84a6sXLhWpcJ3U=; b=nE3JgcY+rvRB/jxacCCw9FRfISU+c8tspFWG1V4pXm2sKODzhjuO+UxR/gbbsCpki+ gXhPyIhbtQ8cnwFR7+gfUgcUZutYU+g/IEXcEwApWB0ECF65Dig4GGP6YLLVIfxtDiRT vmH8LPfwzr1nT8V5IuNfZMh/4Q1gRePEfypVMKxjN5Z0x1IJ31zxV67K2TTDzqtQ8Eb7 nZ1CoNDfwmWklmahZZuBDbSGINzIMnf427WobySwpIB/cDZMNgBcBplYgWn7LXZDM/ET 3xzJRMurBFgkyNFDf+CcGj1K8SlQT03/GnoGbRYxJiSvM8204HL5DkoB5v5YpT8LXVA9 gvgw== X-Received: by 10.182.153.33 with SMTP id vd1mr5899639obb.86.1400620195409; Tue, 20 May 2014 14:09:55 -0700 (PDT) Received: from localhost.localdomain (66-90-144-10.dyn.grandenetworks.net. [66.90.144.10]) by mx.google.com with ESMTPSA id qp6sm39817593obb.14.2014.05.20.14.09.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 May 2014 14:09:54 -0700 (PDT) From: Rob Herring To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH 05/10] ARM: versatile: remove init_irq hook for DT boot Date: Tue, 20 May 2014 16:09:31 -0500 Message-Id: <1400620176-7239-6-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1400620176-7239-1-git-send-email-robherring2@gmail.com> References: <1400620176-7239-1-git-send-email-robherring2@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140520_141016_810884_F943266D X-CRM114-Status: GOOD ( 10.07 ) X-Spam-Score: 0.1 (/) Cc: Rob Herring , linus.walleij@linaro.org, arm@kernel.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: Rob Herring Now that versatile's irqchips are initialized from DT, the init_irq hook can be removed. Signed-off-by: Rob Herring --- arch/arm/mach-versatile/versatile_dt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-versatile/versatile_dt.c b/arch/arm/mach-versatile/versatile_dt.c index 3621b00..9f9bc61 100644 --- a/arch/arm/mach-versatile/versatile_dt.c +++ b/arch/arm/mach-versatile/versatile_dt.c @@ -44,7 +44,6 @@ static const char *versatile_dt_match[] __initconst = { DT_MACHINE_START(VERSATILE_PB, "ARM-Versatile (Device Tree Support)") .map_io = versatile_map_io, .init_early = versatile_init_early, - .init_irq = versatile_init_irq, .init_machine = versatile_dt_init, .dt_compat = versatile_dt_match, .restart = versatile_restart,