未验证 提交 d7c72c57 编写于 作者: B Baolin Wang 提交者: James Hogan

MIPS: sni: Remove the read_persistent_clock()

The dummy read_persistent_clock() uses a timespec, which is not year
2038 safe on 32bit systems. Thus remove this obsolete interface.
Signed-off-by: NBaolin Wang <baolin.wang@linaro.org>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/19114/Signed-off-by: NJames Hogan <jhogan@kernel.org>
上级 23f8adc4
......@@ -171,9 +171,3 @@ void __init plat_time_init(void)
}
setup_pit_timer();
}
void read_persistent_clock(struct timespec *ts)
{
ts->tv_sec = -1;
ts->tv_nsec = 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册