From patchwork Sat Oct 8 15:16:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 118546 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A9BF5B70BE for ; Sun, 9 Oct 2011 02:16:44 +1100 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RCYdi-0004TI-W8; Sat, 08 Oct 2011 15:16:39 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RCYdi-0001wC-OE; Sat, 08 Oct 2011 15:16:38 +0000 Received: from moutng.kundenserver.de ([212.227.126.187]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RCYdg-0001vv-Hy for linux-arm-kernel@lists.infradead.org; Sat, 08 Oct 2011 15:16:37 +0000 Received: from wuerfel.localnet (port-92-200-84-51.dynamic.qsc.de [92.200.84.51]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0M6RPb-1Qtf8i3bxL-00xs15; Sat, 08 Oct 2011 17:16:35 +0200 From: Arnd Bergmann To: Sascha Hauer Subject: [PATCH 2/3] ARM: imx: add missing include of linux/ftrace.h Date: Sat, 08 Oct 2011 17:16:26 +0200 Message-ID: <1928841.IC5oQhqc6l@wuerfel> User-Agent: KMail/4.7.1 (Linux/3.1.0-rc8nosema+; KDE/4.7.1; x86_64; ; ) In-Reply-To: <109850802.HMOqKGRdrl@wuerfel> References: <20111004092015.GM31404@pengutronix.de> <20111008101322.GH31404@pengutronix.de> <109850802.HMOqKGRdrl@wuerfel> MIME-Version: 1.0 X-Provags-ID: V02:K0:mILVtcXAprDsrK9Z05ZZRQPgKC4PIxx9WD2tBUj7nKf u0Rs7eJHjaWGRl70nozY6ZHraXG52I9Kd5GDVQ18c4YDx1GHFj T7DrgqKDc/3q2MY1JEYLXoirRg5oGqr9KHMYkEIIWavQ/E/1jX mE3mQCR25s6hByHXB1v2E0UOBckKAUKch0Db05O+BALfrCSxqN pPjPR5dxWqNIibddewcO8Q8ojuz01xcncQqZgeJFDlvxwL6fJb h1sunTHtmLZiWfYIhHCJ7d5MK6qFJBBBElPN3GPRnk5k3FvcKo VabmSSQRQyqKXjiUCsAxBVxr/Px788rf8+B0i98FWu3167SuBm bsKmvegd07aVQC65CWQQ= X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111008_111636_883210_3EA40A67 X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.126.187 listed in list.dnswl.org] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Using the __exception_irq_entry symbol requires including this header file: arch/arm/plat-mxc/avic.c:154:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'avic_handle_irq' Signed-off-by: Arnd Bergmann --- arch/arm/plat-mxc/avic.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-mxc/avic.c b/arch/arm/plat-mxc/avic.c index 8875fb4..9bab263 100644 --- a/arch/arm/plat-mxc/avic.c +++ b/arch/arm/plat-mxc/avic.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include