From patchwork Tue Mar 5 06:04:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: vipul kumar samar X-Patchwork-Id: 2217601 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 44225DF24C for ; Tue, 5 Mar 2013 06:08:06 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UCkzN-0002T0-ND; Tue, 05 Mar 2013 06:04:37 +0000 Received: from eu1sys200aog101.obsmtp.com ([207.126.144.111]) by merlin.infradead.org with smtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UCkzJ-0002Se-4E for linux-arm-kernel@lists.infradead.org; Tue, 05 Mar 2013 06:04:34 +0000 Received: from beta.dmz-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob101.postini.com ([207.126.147.11]) with SMTP ID DSNKUTWK5IItPCWc5VehbWCLgH/pC/gaq6OD@postini.com; Tue, 05 Mar 2013 06:04:32 UTC Received: from zeta.dmz-ap.st.com (ns6.st.com [138.198.234.13]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id BF023106; Tue, 5 Mar 2013 05:56:03 +0000 (GMT) Received: from Webmail-ap.st.com (eapex1hubcas1.st.com [10.80.176.8]) by zeta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 2107ED01; Tue, 5 Mar 2013 06:04:13 +0000 (GMT) Received: from localhost (10.199.88.50) by Webmail-ap.st.com (10.80.176.7) with Microsoft SMTP Server (TLS) id 8.3.279.5; Tue, 5 Mar 2013 14:04:12 +0800 From: Vipul Kumar Samar To: , , , Subject: [PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file Date: Tue, 5 Mar 2013 11:34:09 +0530 Message-ID: <7dd824ea0e7427a203c459fc4084d304ace44c9e.1362461902.git.vipulkumar.samar@st.com> X-Mailer: git-send-email 1.7.11.4 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130305_010433_444770_BCF4505A X-CRM114-Status: GOOD ( 10.30 ) X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [207.126.144.111 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Vipul Kumar Samar , spear-devel@list.st.com, 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org commit 3a95b9fb (pl080.h: moved from arm/include/asm/hardware to include/linux/amba/) broke the compilation for SPEAr3xx machine. This patch is to include missing header file in spear3xx.c. Signed-off-by: Vipul Kumar Samar Acked-by: Viresh Kumar Acked-by: Linus Walleij --- arch/arm/mach-spear3xx/spear3xx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-spear3xx/spear3xx.c b/arch/arm/mach-spear3xx/spear3xx.c index f9d754f..7c218d9 100644 --- a/arch/arm/mach-spear3xx/spear3xx.c +++ b/arch/arm/mach-spear3xx/spear3xx.c @@ -14,6 +14,7 @@ #define pr_fmt(fmt) "SPEAr3xx: " fmt #include +#include #include #include #include