From patchwork Mon Dec 5 04:15:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 129224 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 E3F491007D7 for ; Mon, 5 Dec 2011 15:12:01 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RXPrh-0000an-Rc; Mon, 05 Dec 2011 04:09:18 +0000 Received: from mail-iy0-f177.google.com ([209.85.210.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RXPrD-0000Js-Qw for linux-arm-kernel@lists.infradead.org; Mon, 05 Dec 2011 04:08:48 +0000 Received: by mail-iy0-f177.google.com with SMTP id y26so956269iab.36 for ; Sun, 04 Dec 2011 20:08:47 -0800 (PST) Received: by 10.43.45.137 with SMTP id uk9mr8014369icb.52.1323058126891; Sun, 04 Dec 2011 20:08:46 -0800 (PST) Received: from localhost.localdomain ([114.216.144.50]) by mx.google.com with ESMTPS id cz1sm24614129ibb.11.2011.12.04.20.08.41 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 04 Dec 2011 20:08:46 -0800 (PST) From: Shawn Guo To: Arnd Bergmann , Sascha Hauer Subject: [PATCH 6/6] arm/imx: remove macro MXC_GPIO_IRQ_START Date: Mon, 5 Dec 2011 12:15:49 +0800 Message-Id: <1323058550-13368-8-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1323058550-13368-1-git-send-email-shawn.guo@linaro.org> References: <1323058550-13368-1-git-send-email-shawn.guo@linaro.org> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Grant Likely , Jamie Iles , Shawn Guo , linux-arm-kernel@lists.infradead.org, Rob Herring 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: , MIME-Version: 1.0 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 Now, macro MXC_GPIO_IRQ_START is referenced nowhere, so remove it. Signed-off-by: Shawn Guo --- arch/arm/plat-mxc/include/mach/irqs.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-mxc/include/mach/irqs.h b/arch/arm/plat-mxc/include/mach/irqs.h index fd9efb0..612fcf1 100644 --- a/arch/arm/plat-mxc/include/mach/irqs.h +++ b/arch/arm/plat-mxc/include/mach/irqs.h @@ -28,8 +28,6 @@ #define MXC_INTERNAL_IRQS 64 #endif -#define MXC_GPIO_IRQ_START MXC_INTERNAL_IRQS - /* * The next 16 interrupts are for board specific purposes. Since * the kernel can only run on one machine at a time, we can re-use