提交 f2e0bf21 编写于 作者: T Thomas Gleixner

arm: footbridge: Make cksrc_dc21285_disable() void

This clocksource function needs to be void.
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 11f2cde1
无相关合并请求
......@@ -30,7 +30,7 @@ static int cksrc_dc21285_enable(struct clocksource *cs)
return 0;
}
static int cksrc_dc21285_disable(struct clocksource *cs)
static void cksrc_dc21285_disable(struct clocksource *cs)
{
*CSR_TIMER2_CNTL = 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部