提交 e6a1bb72 编写于 作者: R Ralf Baechle

[MIPS] Fix build.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 54fd6441
......@@ -5,6 +5,10 @@
*
* Copyright (C) 2007 by Ralf Baechle
*/
#include <linux/clocksource.h>
#include <linux/init.h>
#include <asm/time.h>
static cycle_t c0_hpt_read(void)
{
......@@ -18,7 +22,7 @@ static struct clocksource clocksource_mips = {
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};
static void __init init_mips_clocksource(void)
void __init init_mips_clocksource(void)
{
/* Calclate a somewhat reasonable rating value */
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册