From patchwork Wed Apr 4 09:42:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 7612 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 86C2D23E4C for ; Wed, 4 Apr 2012 09:42:49 +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 4F611A186B7 for ; Wed, 4 Apr 2012 09:42:49 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id e36so109604iag.11 for ; Wed, 04 Apr 2012 02:42:49 -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=aPf967ihJzpyxfMvSSosFAhMS/9bEiBMpGw7pXi53K4=; b=MyR5msbDcowJfJ08tL3pAgHHd2QVFjK/LKbfsktfQQWlAx1NYJiHDEfMnlgaT8ckNC Fb0TJBGpoe0MqZPleB8P6D1/Nee+f7olBJ5DQDquU4v0o6qyCJ8Xr1uIsMxzPZcougUz 9kIY6YJOyjpVwgh0L/3GV0ms4MNJv4U8wqpQu88U1KFPStOjjNsFPwsj7GTh2+FlgiJ7 VyiJSuPj98ptadHYb7XJlPTpnPonWv9iQapgcNrVQPcPdQYgDN51qKpzVFba1FRZv5mA HTbjtAi3v+bcIbWJwH+sn8WDo6Ffy5SF9nMj1oAJsN4neE/HnJNiJLrEHsks+zGD8T4D 531w== Received: by 10.42.155.9 with SMTP id s9mr9317794icw.51.1333532569125; Wed, 04 Apr 2012 02:42:49 -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 f25csp31268iby; Wed, 4 Apr 2012 02:42:48 -0700 (PDT) Received: by 10.180.8.231 with SMTP id u7mr3650590wia.9.1333532567325; Wed, 04 Apr 2012 02:42:47 -0700 (PDT) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id g59si107352wee.90.2012.04.04.02.42.46 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Apr 2012 02:42:47 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.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-we0-f178.google.com with SMTP id a13so62973wer.37 for ; Wed, 04 Apr 2012 02:42:46 -0700 (PDT) Received: by 10.180.105.69 with SMTP id gk5mr4245928wib.3.1333532566893; Wed, 04 Apr 2012 02:42:46 -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.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Apr 2012 02:42:46 -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 15/17] ARM: OMAP3: set omap3_idle_data as static Date: Wed, 4 Apr 2012 11:42:17 +0200 Message-Id: <1333532539-10298-16-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: ALoCoQlIhSKuwUv+ECdUfAPHozNEhwVGp6+ydcSHa/cE5V2PDwHWtuK3NGd4rDU57Ox6+vzNgcvo Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/cpuidle34xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c index 35a1471..f54e6ae 100644 --- a/arch/arm/mach-omap2/cpuidle34xx.c +++ b/arch/arm/mach-omap2/cpuidle34xx.c @@ -46,7 +46,7 @@ struct omap3_idle_statedata { #define OMAP3_NUM_STATES 7 -struct omap3_idle_statedata omap3_idle_data[OMAP3_NUM_STATES] = { +static struct omap3_idle_statedata omap3_idle_data[OMAP3_NUM_STATES] = { { .mpu_state = PWRDM_POWER_ON, .core_state = PWRDM_POWER_ON,