diff options
author | Oussama Ghorbel <ghorbel@pivasoftware.com> | 2014-04-14 17:49:30 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-05 17:35:03 -0700 |
commit | 332f19317e50bf9bb7eff16b98403ef11ee25751 (patch) | |
tree | 0bda09cb552553847b061766a5f943e820fd2375 /arch/arm/mach-omap2/timer.c | |
parent | 55fde31cae6a815a184271317abf15f468abcb44 (diff) |
ARM: OMAP2+: free use_gptimer_clksrc variable after boot
The variable use_gptimer_clksrc is only used by two __init functions,
So we can freely free it after boot.
Signed-off-by: Oussama Ghorbel <ghorbel@pivasoftware.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index b62de9f9d05..842b81f3195 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c @@ -361,7 +361,7 @@ static void __init omap2_gp_clockevent_init(int gptimer_id, /* Clocksource code */ static struct omap_dm_timer clksrc; -static bool use_gptimer_clksrc; +static bool use_gptimer_clksrc __initdata; /* * clocksource |