From patchwork Thu Sep 6 20:12:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 1417721 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id DD352DFFCF for ; Thu, 6 Sep 2012 20:17:56 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9iTL-0006eQ-J8; Thu, 06 Sep 2012 20:14:43 +0000 Received: from mail-ob0-f177.google.com ([209.85.214.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T9iS4-0006CX-1S for linux-arm-kernel@lists.infradead.org; Thu, 06 Sep 2012 20:13:26 +0000 Received: by mail-ob0-f177.google.com with SMTP id ta17so3374777obb.36 for ; Thu, 06 Sep 2012 13:13:23 -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=RAP2xYZeEt4UD5RshPG2SRecEm2K3Y36tc9/bwO4j+0=; b=Nm8ISOouOghJHheqiLPo2GyORurCTicOoxDbw6vZbFdFX3HmejeetoD7JyI8DA1R7c 5KwLoLiZ5nbPwHrm4MuoMtLaR535OLB+7s7O3KoDZ1T/06CnXlEIAb7vXBY1G+0o1cq1 f+lTTOJdBCNRn37AmIdbBQ0mrmTTFu14NVRWnP2Odf/cQ9MYXCAwU5FmFK949jX9VUeS UQJX+k7Du6QwvjgZdWc1lp0NPVikMa5n6Csem5Fmr4STyFgxM7fSGTTosC489MsCrv2W B+CuoGetTHFCtjIBoj44JTVDscLjuqejlT/8TP2KHajOY5WdMU1xwbr5Gl/9XT6eoYvt v+hQ== Received: by 10.60.172.143 with SMTP id bc15mr3683244oec.73.1346962403848; Thu, 06 Sep 2012 13:13:23 -0700 (PDT) Received: from rob-laptop.calxeda.com ([173.226.190.126]) by mx.google.com with ESMTPS id n8sm2259708oec.5.2012.09.06.13.13.22 (version=SSLv3 cipher=OTHER); Thu, 06 Sep 2012 13:13:23 -0700 (PDT) From: Rob Herring To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 09/12] ARM: vexpress: remove dependency on mach/* headers Date: Thu, 6 Sep 2012 15:12:52 -0500 Message-Id: <1346962375-26163-10-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1346962375-26163-1-git-send-email-robherring2@gmail.com> References: <1346962375-26163-1-git-send-email-robherring2@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.214.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -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: Olof Johansson , Russell King , Pawel Moll , Arnd Bergmann X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: 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+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Arnd Bergmann Signed-off-by: Arnd Bergmann Cc: Pawel Moll --- arch/arm/mach-vexpress/ct-ca9x4.c | 1 + arch/arm/mach-vexpress/include/mach/irqs.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-vexpress/ct-ca9x4.c b/arch/arm/mach-vexpress/ct-ca9x4.c index 61c4924..0e770e8 100644 --- a/arch/arm/mach-vexpress/ct-ca9x4.c +++ b/arch/arm/mach-vexpress/ct-ca9x4.c @@ -27,6 +27,7 @@ #include "core.h" #include +#include #include diff --git a/arch/arm/mach-vexpress/include/mach/irqs.h b/arch/arm/mach-vexpress/include/mach/irqs.h index 4b10ee7..f8f7f78 100644 --- a/arch/arm/mach-vexpress/include/mach/irqs.h +++ b/arch/arm/mach-vexpress/include/mach/irqs.h @@ -1,4 +1,6 @@ #define IRQ_LOCALTIMER 29 #define IRQ_LOCALWDOG 30 +#ifndef CONFIG_SPARSE_IRQ #define NR_IRQS 256 +#endif