From patchwork Tue May 28 02:21:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 2621741 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 4161D3FDBC for ; Tue, 28 May 2013 02:25:41 +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 1Uh9Zl-0002re-W8; Tue, 28 May 2013 02:23:51 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uh9ZD-0001ym-V5; Tue, 28 May 2013 02:23:15 +0000 Received: from mail-pa0-f41.google.com ([209.85.220.41]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uh9Ye-0001ui-Ue for linux-arm-kernel@lists.infradead.org; Tue, 28 May 2013 02:22:45 +0000 Received: by mail-pa0-f41.google.com with SMTP id rl6so7440061pac.28 for ; Mon, 27 May 2013 19:22:19 -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:x-mailer:in-reply-to:references; bh=NB/M9l1QKxLe9XufUOw0eDrFmdO/rpN2fwqCEQqaU7s=; b=mcA6Bgsy1gaQXAF/fLBOQtxEy8irzzFdFw987zPUavVoE3d4ENUgkXaWI813dB9LSP Rvnn/dbCR1gCkp/dLTZSZYxwtHows82DrdrEq8whKaObLtnEeF/B47SxJ5JOq1s9Od1+ X2JvmlxzKZSVnwbF0DBi2RmUFpuvdS66DJ17NcJ1X0LKJb98/P5ScUIwxbrQZcWyqrLl NIXJioDsoo15VtOBAll6Gj0zEMeh5IVUkL9HDq2iaLLqHdAFJ+3Dhxs3+JvaxG72Gu0C km961ujSYqtOVtGzR8Flp+rrBcAgohAiL1lvRwQaDNwaBOrWAcz+awZGaR0GOXQjj7Cp LY+g== X-Received: by 10.68.110.133 with SMTP id ia5mr31448103pbb.111.1369707739530; Mon, 27 May 2013 19:22:19 -0700 (PDT) Received: from localhost.localdomain ([27.115.121.40]) by mx.google.com with ESMTPSA id zs12sm32959785pab.0.2013.05.27.19.22.15 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 27 May 2013 19:22:18 -0700 (PDT) From: Haojian Zhuang To: linux-arm-kernel@lists.infradead.org, chao.xie@marvell.com, zhangwm@marvell.com, tglx@linutronix.de, arnd@arndb.de Subject: [PATCH v2 4/5] ARM: mmp: move irqs head file Date: Tue, 28 May 2013 10:21:46 +0800 Message-Id: <1369707707-30295-5-git-send-email-haojian.zhuang@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1369707707-30295-1-git-send-email-haojian.zhuang@gmail.com> References: <1369707707-30295-1-git-send-email-haojian.zhuang@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130527_222241_273381_41B430D8 X-CRM114-Status: GOOD ( 12.14 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.41 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Haojian Zhuang , patches@linaro.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 Since irq-mmp driver includes , it blocks the multiple platform build. So move the head file into include/linux/irqchip/ directory. Signed-off-by: Haojian Zhuang --- arch/arm/mach-mmp/aspenite.c | 2 +- arch/arm/mach-mmp/avengers_lite.c | 2 +- arch/arm/mach-mmp/brownstone.c | 2 +- arch/arm/mach-mmp/devices.c | 2 +- arch/arm/mach-mmp/flint.c | 2 +- arch/arm/mach-mmp/gplugd.c | 2 +- arch/arm/mach-mmp/jasper.c | 2 +- arch/arm/mach-mmp/mmp2.c | 2 +- arch/arm/mach-mmp/pm-mmp2.c | 2 +- arch/arm/mach-mmp/pm-pxa910.c | 2 +- arch/arm/mach-mmp/pxa168.c | 2 +- arch/arm/mach-mmp/pxa910.c | 2 +- arch/arm/mach-mmp/tavorevb.c | 2 +- arch/arm/mach-mmp/teton_bga.c | 2 +- arch/arm/mach-mmp/time.c | 2 +- arch/arm/mach-mmp/ttc_dkb.c | 2 +- drivers/gpio/gpio-pxa.c | 3 +-- drivers/irqchip/irq-mmp.c | 3 +-- arch/arm/mach-mmp/include/mach/irqs.h => include/linux/irqchip/mmp.h | 0 19 files changed, 18 insertions(+), 20 deletions(-) rename arch/arm/mach-mmp/include/mach/irqs.h => include/linux/irqchip/mmp.h (100%) diff --git a/arch/arm/mach-mmp/include/mach/irqs.h b/include/linux/irqchip/mmp.h similarity index 100% rename from arch/arm/mach-mmp/include/mach/irqs.h rename to include/linux/irqchip/mmp.h diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c index 5b660ec..e850fc0 100644 --- a/arch/arm/mach-mmp/aspenite.c +++ b/arch/arm/mach-mmp/aspenite.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -25,7 +26,6 @@ #include #include #include -#include #include