mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ARM: OMAP2+: Fix warning for omap_init_time_of()
[ Upstream commita3efe3f6d0] Fix warning: no previous prototype for 'omap_init_time_of'. Fixes:e69b4e1a75("ARM: OMAP2+: Add omap_init_time_of()") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
9143158a6b
commit
a13d4a1228
|
|
@ -33,7 +33,7 @@ static void __init __maybe_unused omap_generic_init(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clocks are needed early, see drivers/clocksource for the rest */
|
/* Clocks are needed early, see drivers/clocksource for the rest */
|
||||||
void __init __maybe_unused omap_init_time_of(void)
|
static void __init __maybe_unused omap_init_time_of(void)
|
||||||
{
|
{
|
||||||
omap_clk_init();
|
omap_clk_init();
|
||||||
timer_probe();
|
timer_probe();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user