From patchwork Wed Oct 24 14:45:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 12479 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 0034223F58 for ; Wed, 24 Oct 2012 14:45:53 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id A5409A187E0 for ; Wed, 24 Oct 2012 14:45:53 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so731028iej.11 for ; Wed, 24 Oct 2012 07:45:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=AHD1kF/xrU1rOkHiFAL3qwg5mneZB6Lt4huxgfi1Crk=; b=QoLTj0V+mQ4KCex9apyXPCuTr4nLpCDF8xL9pCj08dqb/fAU7r6rUePFydD3oFPsvz AcP9S49pIzoP2WDaVzF2+LZ6eiR7FBWoQGT8+usFnRxxSiP7yvUCaab8fZjX1izNkW+5 mnGLj+kclg/uYfbUP6V7iQAe6tvw/ucYdTQoDiiK6v7uYJnbjNcW1aIbQO0vhYoz4iqz oIrKL3Wel8S445J5Rq2SmPc38tAdj7/MKTjnxUWfru1/dgh1PQ91tHTUsg7Lg+TXAyL6 X/h4SqxdlzgmnGPl310Us4EClKGKupvCwTAYXOQgLVnv3U82i0VW4RhC2w+h1/toCES2 OATQ== Received: by 10.50.88.233 with SMTP id bj9mr2577523igb.70.1351089953333; Wed, 24 Oct 2012 07:45:53 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp625500igt; Wed, 24 Oct 2012 07:45:52 -0700 (PDT) Received: by 10.216.204.101 with SMTP id g79mr9457412weo.65.1351089951655; Wed, 24 Oct 2012 07:45:51 -0700 (PDT) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx.google.com with ESMTPS id gk8si1507975wib.0.2012.10.24.07.45.51 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2012 07:45:51 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.172; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f172.google.com with SMTP id hq12so4104093wib.13 for ; Wed, 24 Oct 2012 07:45:51 -0700 (PDT) Received: by 10.216.71.202 with SMTP id r52mr9073452wed.108.1351089951028; Wed, 24 Oct 2012 07:45:51 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id bn7sm5295273wib.8.2012.10.24.07.45.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2012 07:45:50 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH 3/6] ARM: ux500: Fix build error relating to IRQCHIP_SKIP_SET_WAKE Date: Wed, 24 Oct 2012 15:45:23 +0100 Message-Id: <1351089926-32161-4-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351089926-32161-1-git-send-email-lee.jones@linaro.org> References: <1351089926-32161-1-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQn7sMNOmocw8G2Osk9QxVHF6PQHl32LhNs777tYG6cPd0zBeK94bx09J6ADegggmdo12gN3 This patch fixes the build error below: arch/arm/mach-ux500/cpu.c: In function ‘ux500_init_irq’: arch/arm/mach-ux500/cpu.c:55:2: error: invalid use of undefined type ‘struct irq_chip’ arch/arm/mach-ux500/cpu.c:55:24: error: ‘IRQCHIP_SKIP_SET_WAKE’ undeclared (first use in this function) arch/arm/mach-ux500/cpu.c:55:24: note: each undeclared identifier is reported only once for each function it appears in arch/arm/mach-ux500/cpu.c:55:48: error: ‘IRQCHIP_MASK_ON_SUSPEND’ undeclared (first use in this function) Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index fb25f4e..721e7b4 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include