mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
ARM: OMAP3: cpuidle - set global variables static
struct powerdomain varialbes are all file local, make them static. 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> [khilman@ti.com: update changelog, drop error check in fast path] Signed-off-by: Kevin Hilman <khilman@ti.com>
This commit is contained in:
parent
97abc49637
commit
34fd57bffe
@ -75,7 +75,7 @@ static struct omap3_idle_statedata omap3_idle_data[] = {
|
||||
},
|
||||
};
|
||||
|
||||
struct powerdomain *mpu_pd, *core_pd, *per_pd, *cam_pd;
|
||||
static struct powerdomain *mpu_pd, *core_pd, *per_pd, *cam_pd;
|
||||
|
||||
static int _cpuidle_allow_idle(struct powerdomain *pwrdm,
|
||||
struct clockdomain *clkdm)
|
||||
|
Loading…
Reference in New Issue
Block a user