From patchwork Mon Jul 30 14:22:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 174027 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 2A65F2C008C for ; Tue, 31 Jul 2012 00:30:31 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Svqs9-0007cz-Qm; Mon, 30 Jul 2012 14:23:01 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Svqs2-0007Zs-J3 for linux-arm-kernel@lists.infradead.org; Mon, 30 Jul 2012 14:22:55 +0000 Received: by pbbrq13 with SMTP id rq13so10759671pbb.36 for ; Mon, 30 Jul 2012 07:22:39 -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:mime-version :content-type:content-transfer-encoding; bh=y8j2f34gO/948MdsansFhv3M3uScD+t7quX2Xh9PB3c=; b=f8J9h7TULdlJvoXDRTXlx8Oh+UCZkESw7Do5GfyfkTMCfsMJVnMgsjLq5S9HmvZ4R0 LNJhKIPp9kjeCjnUwa68GK2XDmzz6NXkXgtwXQxxxtoCVwrlD9vQsFsuYrwkvQppf6n8 f0gsDVc/if+wkyISyFpYiBK1u7OshSPSkix19sivPwBweKAvFWSSAPZElxHN94ew8O1U FwntSzOryeMNLhn/owU9RymGgw2riAE5Lchq6HCqKWpkhof5uYjTG8V84FszVsYw4luQ R1HObO3l81lC9Il9ubj7Pv6WGApNwkrFRsbxdelLriX1+z/xlGC0ECFP/OFkiJfzMuaO szpw== Received: by 10.68.125.202 with SMTP id ms10mr13716945pbb.26.1343658159150; Mon, 30 Jul 2012 07:22:39 -0700 (PDT) Received: from localhost ([221.239.195.16]) by mx.google.com with ESMTPS id gf3sm8010036pbc.74.2012.07.30.07.22.35 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jul 2012 07:22:37 -0700 (PDT) From: Haojian Zhuang To: arnd@arndb.de, linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: mmp: add missing irqs.h Date: Mon, 30 Jul 2012 22:22:36 +0800 Message-Id: <1343658156-8154-1-git-send-email-haojian.zhuang@gmail.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: Haojian Zhuang X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 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 arch/arm/mach-mmp/gplugd.c:195:13: error: ‘MMP_NR_IRQS’ undeclared here (not in a function) make[1]: *** [arch/arm/mach-mmp/gplugd.o] Error 1 Include to fix this issue. Signed-off-by: Haojian Zhuang --- arch/arm/mach-mmp/gplugd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mmp/gplugd.c b/arch/arm/mach-mmp/gplugd.c index f516e74..5c3d61e 100644 --- a/arch/arm/mach-mmp/gplugd.c +++ b/arch/arm/mach-mmp/gplugd.c @@ -14,6 +14,7 @@ #include #include +#include #include #include