From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754169Ab3BDLIp (ORCPT ); Mon, 4 Feb 2013 06:08:45 -0500 Received: from hqemgate04.nvidia.com ([216.228.121.35]:5061 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752478Ab3BDLIn (ORCPT ); Mon, 4 Feb 2013 06:08:43 -0500 X-PGP-Universal: processed; by hqnvupgp05.nvidia.com on Mon, 04 Feb 2013 03:08:43 -0800 From: Hiroshi Doyu To: CC: Stephen Rothwell , , Sami Liedes , Hiroshi Doyu , Stephen Warren , Russell King , Mark Brown , Greg Kroah-Hartman , Subject: [PATCH 1/2] ARM: tegra: Fix build error for gic update Date: Mon, 4 Feb 2013 13:08:18 +0200 Message-ID: <1359976100-28871-1-git-send-email-hdoyu@nvidia.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix build error in board-dt-tegra114.c(next-20130204) Signed-off-by: Hiroshi Doyu Reported-by: Sami Liedes --- arch/arm/mach-tegra/board-dt-tegra114.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-dt-tegra114.c b/arch/arm/mach-tegra/board-dt-tegra114.c index 3ed17ce..72598e2 100644 --- a/arch/arm/mach-tegra/board-dt-tegra114.c +++ b/arch/arm/mach-tegra/board-dt-tegra114.c @@ -19,7 +19,6 @@ #include #include -#include #include "board.h" #include "common.h" @@ -39,7 +38,6 @@ DT_MACHINE_START(TEGRA114_DT, "NVIDIA Tegra114 (Flattened Device Tree)") .map_io = tegra_map_common_io, .init_early = tegra30_init_early, .init_irq = tegra_dt_init_irq, - .handle_irq = gic_handle_irq, .init_time = clocksource_of_init, .init_machine = tegra114_dt_init, .init_late = tegra_init_late, -- 1.7.9.5