提交 a1ee74ca 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: add __init markings to Blackfin timer init functions

Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 71f5ca35
...@@ -32,7 +32,7 @@ static struct irqaction bfin_timer_irq = { ...@@ -32,7 +32,7 @@ static struct irqaction bfin_timer_irq = {
}; };
#ifdef CONFIG_TICK_SOURCE_SYSTMR0 #ifdef CONFIG_TICK_SOURCE_SYSTMR0
void setup_system_timer0(void) void __init setup_system_timer0(void)
{ {
/* Power down the core timer, just to play safe. */ /* Power down the core timer, just to play safe. */
bfin_write_TCNTL(0); bfin_write_TCNTL(0);
...@@ -49,7 +49,7 @@ void setup_system_timer0(void) ...@@ -49,7 +49,7 @@ void setup_system_timer0(void)
enable_gptimers(TIMER0bit); enable_gptimers(TIMER0bit);
} }
#else #else
void setup_core_timer(void) void __init setup_core_timer(void)
{ {
u32 tcount; u32 tcount;
...@@ -71,7 +71,7 @@ void setup_core_timer(void) ...@@ -71,7 +71,7 @@ void setup_core_timer(void)
} }
#endif #endif
static void static void __init
time_sched_init(irqreturn_t(*timer_routine) (int, void *)) time_sched_init(irqreturn_t(*timer_routine) (int, void *))
{ {
#ifdef CONFIG_TICK_SOURCE_SYSTMR0 #ifdef CONFIG_TICK_SOURCE_SYSTMR0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册