From patchwork Wed Apr 4 09:42:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 7601 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 7B3EB23E4C for ; Wed, 4 Apr 2012 09:42:31 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 44FA4A1800C for ; Wed, 4 Apr 2012 09:42:31 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id e36so109604iag.11 for ; Wed, 04 Apr 2012 02:42:31 -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 :x-gm-message-state; bh=MDv8noYt3ju89E9H0guzVKgjjt5djlDnYNlEx30mhUg=; b=EHDvG9HX4PYGcMr44raur41WOOvgnbzexhztxSr7COnvi2FwadSUZs8JViAxfh57Jd h3fCR2XIJtkUt7H9emCEaxrkEAyjjnfhK7rbb2yAUc3nAZE8LK9LV8fBXcijnFJf9WEU fwRXeVuz/xCeAbky3qgO3OkxaJrcsHX1ksuG8KLiHWUXTgOaqTslBOENhLLJHkkuU6LA irNBV0Sx/M+66CMpcPL/4TGrL0I8nrObMIeas0T6iqTbdgzQfjPBS1NPNM0d3ORk8QR6 UpcMyE5619XEaExoWdNMwqJhPI3wuVXpFm4iCRbZPo+TOvG0Rc9zy7wu8Bx9UoEqJimH BhqQ== Received: by 10.50.168.67 with SMTP id zu3mr935089igb.28.1333532550984; Wed, 04 Apr 2012 02:42:30 -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.231.164.217 with SMTP id f25csp31231iby; Wed, 4 Apr 2012 02:42:30 -0700 (PDT) Received: by 10.180.80.9 with SMTP id n9mr3695293wix.4.1333532549816; Wed, 04 Apr 2012 02:42:29 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx.google.com with ESMTPS id g9si86178wee.142.2012.04.04.02.42.28 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Apr 2012 02:42:29 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=209.85.212.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) smtp.mail=daniel.lezcano@linaro.org Received: by mail-wi0-f178.google.com with SMTP id hq7so61598wib.13 for ; Wed, 04 Apr 2012 02:42:28 -0700 (PDT) Received: by 10.180.103.134 with SMTP id fw6mr4383217wib.0.1333532548340; Wed, 04 Apr 2012 02:42:28 -0700 (PDT) Received: from localhost.localdomain (AToulouse-159-1-7-136.w90-60.abo.wanadoo.fr. [90.60.242.136]) by mx.google.com with ESMTPS id bx13sm3462265wib.10.2012.04.04.02.42.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Apr 2012 02:42:27 -0700 (PDT) From: Daniel Lezcano To: tony@atomide.com, khilman@ti.com Cc: j-pihet@ti.com, santosh.shilimkar@ti.com, rob.lee@linaro.org, linaro-dev@lists.linaro.org, patches@linaro.org Subject: [PATCH 04/17] ARM: OMAP4: cpuidle - fix static omap4_idle_data declaration Date: Wed, 4 Apr 2012 11:42:06 +0200 Message-Id: <1333532539-10298-5-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1333532539-10298-1-git-send-email-daniel.lezcano@linaro.org> References: <1333532539-10298-1-git-send-email-daniel.lezcano@linaro.org> X-Gm-Message-State: ALoCoQlsl0GtzO54BBz3fxQ9GaZp0bd42Pp+mB0zpCvKjatzNGoRfrisqoQCUe01LvQXJAt69ulI Signed-off-by: Daniel Lezcano Reviewed-by: Jean Pihet Reviewed-by: Santosh Shilimkar --- arch/arm/mach-omap2/cpuidle44xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle44xx.c b/arch/arm/mach-omap2/cpuidle44xx.c index cdd7932..fb0f76e 100644 --- a/arch/arm/mach-omap2/cpuidle44xx.c +++ b/arch/arm/mach-omap2/cpuidle44xx.c @@ -33,7 +33,7 @@ struct omap4_idle_statedata { #define OMAP4_NUM_STATES 3 -struct omap4_idle_statedata omap4_idle_data[OMAP4_NUM_STATES]; +static struct omap4_idle_statedata omap4_idle_data[OMAP4_NUM_STATES]; static struct powerdomain *mpu_pd, *cpu0_pd, *cpu1_pd; /**