Commit 332f1931 authored by Oussama Ghorbel's avatar Oussama Ghorbel Committed by Tony Lindgren

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: default avatarOussama Ghorbel <ghorbel@pivasoftware.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 55fde31c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment