diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2012-04-24 10:05:37 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-05-03 16:19:31 -0400 |
commit | 97abc496373b11140275338c2c28e1c72be75e4b (patch) | |
tree | 2e07595d2ef2dece6537d609dba7e14f1929658c /arch/arm/mach-omap2/cpuidle34xx.c | |
parent | e92a45868150c7c79cd1cf2fa26ef42597623a8c (diff) |
ARM: OMAP3: set omap3_idle_data as static
Reduce the scope of the omap3_idle_data to the file as it is only used
in cpuidle34xx.c.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Jean Pihet <j-pihet@ti.com>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/cpuidle34xx.c')
-rw-r--r-- | 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 e7599e760aef..ee02a8ce7878 100644 --- a/arch/arm/mach-omap2/cpuidle34xx.c +++ b/arch/arm/mach-omap2/cpuidle34xx.c | |||
@@ -44,7 +44,7 @@ struct omap3_idle_statedata { | |||
44 | u32 core_state; | 44 | u32 core_state; |
45 | }; | 45 | }; |
46 | 46 | ||
47 | struct omap3_idle_statedata omap3_idle_data[] = { | 47 | static struct omap3_idle_statedata omap3_idle_data[] = { |
48 | { | 48 | { |
49 | .mpu_state = PWRDM_POWER_ON, | 49 | .mpu_state = PWRDM_POWER_ON, |
50 | .core_state = PWRDM_POWER_ON, | 50 | .core_state = PWRDM_POWER_ON, |