diff options
-rw-r--r-- | 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 522ec23790cd..38ecd270a4a8 100644 --- a/arch/arm/mach-omap2/cpuidle44xx.c +++ b/arch/arm/mach-omap2/cpuidle44xx.c | |||
@@ -33,7 +33,7 @@ struct omap4_idle_statedata { | |||
33 | 33 | ||
34 | #define OMAP4_NUM_STATES 3 | 34 | #define OMAP4_NUM_STATES 3 |
35 | 35 | ||
36 | struct omap4_idle_statedata omap4_idle_data[OMAP4_NUM_STATES]; | 36 | static struct omap4_idle_statedata omap4_idle_data[OMAP4_NUM_STATES]; |
37 | static struct powerdomain *mpu_pd, *cpu0_pd, *cpu1_pd; | 37 | static struct powerdomain *mpu_pd, *cpu0_pd, *cpu1_pd; |
38 | 38 | ||
39 | /** | 39 | /** |