From patchwork Fri Mar 11 23:08:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 518 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:43:17 -0000 Delivered-To: patches@linaro.org Received: by 10.224.67.207 with SMTP id s15cs76521qai; Fri, 11 Mar 2011 15:08:39 -0800 (PST) Received: by 10.236.66.11 with SMTP id g11mr60374yhd.131.1299884919004; Fri, 11 Mar 2011 15:08:39 -0800 (PST) Received: from mail-gy0-f178.google.com (mail-gy0-f178.google.com [209.85.160.178]) by mx.google.com with ESMTPS id 68si11811559yhl.149.2011.03.11.15.08.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2011 15:08:39 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) client-ip=209.85.160.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) smtp.mail=mathieu.poirier@linaro.org Received: by mail-gy0-f178.google.com with SMTP id 12so253225gyd.37 for ; Fri, 11 Mar 2011 15:08:38 -0800 (PST) Received: by 10.100.244.32 with SMTP id r32mr1532112anh.96.1299884918489; Fri, 11 Mar 2011 15:08:38 -0800 (PST) Received: from localhost.localdomain (S0106002369de4dac.cg.shawcable.net [70.73.24.112]) by mx.google.com with ESMTPS id i10sm5945021anh.32.2011.03.11.15.08.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2011 15:08:37 -0800 (PST) From: mathieu.poirier@linaro.org To: linux-arm-kernel@lists.infradead.org Cc: mathieu.poirier@linaro.org, patches@linaro.org, linus.walleij@stericsson.com Subject: [PATCH 09/10] ux500: Addressing irq header file dependency for snowball. Date: Fri, 11 Mar 2011 16:08:11 -0700 Message-Id: <1299884892-6766-10-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1299884892-6766-1-git-send-email-mathieu.poirier@linaro.org> References: <1299884892-6766-1-git-send-email-mathieu.poirier@linaro.org> From: Mathieu J. Poirier Signed-off-by: Mathieu Poirier --- arch/arm/mach-ux500/include/mach/irqs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-ux500/include/mach/irqs.h b/arch/arm/mach-ux500/include/mach/irqs.h index ba1294c..30c6989 100644 --- a/arch/arm/mach-ux500/include/mach/irqs.h +++ b/arch/arm/mach-ux500/include/mach/irqs.h @@ -36,7 +36,7 @@ /* This will be overridden by board-specific irq headers */ #define IRQ_BOARD_END IRQ_BOARD_START -#ifdef CONFIG_MACH_U8500 +#if defined CONFIG_MACH_U8500 || CONFIG_MACH_U8500_SNOWBALL #include #endif