From patchwork Wed Feb 15 18:47:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 141387 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 5271C1007D4 for ; Thu, 16 Feb 2012 05:52:58 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RxjvU-0005c5-6v; Wed, 15 Feb 2012 18:50:00 +0000 Received: from mail-pw0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Rxju2-00053k-S9 for linux-arm-kernel@lists.infradead.org; Wed, 15 Feb 2012 18:48:35 +0000 Received: by mail-pw0-f49.google.com with SMTP id un1so1938626pbc.36 for ; Wed, 15 Feb 2012 10:48:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.243.144 with SMTP id wy16mr6254480pbc.35.1329331710593; Wed, 15 Feb 2012 10:48:30 -0800 (PST) Received: from localhost.localdomain ([108.60.121.130]) by mx.google.com with ESMTPS id r6sm214786pbq.56.2012.02.15.10.48.28 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 10:48:29 -0800 (PST) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 7/7] ARM: imx: remove macro MXC_GPIO_IRQ_START Date: Wed, 15 Feb 2012 10:47:48 -0800 Message-Id: <1329331668-30325-8-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1329331668-30325-1-git-send-email-shawn.guo@linaro.org> References: <1329331668-30325-1-git-send-email-shawn.guo@linaro.org> X-Gm-Message-State: ALoCoQm9UEWU0ZjWaE8+T2BdAghd0fh2hC2JvXL3I3VhHVtJWP19W3YeX6vwddmd3OGwBycO/Dpk 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.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Grant Likely , Thomas Gleixner , Shawn Guo , Sascha Hauer , 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: , 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