提交 9914aee8 编写于 作者: J Jeff Dike 提交者: Linus Torvalds

[PATCH] uml: remove useless declaration

wall_to_monotonic isn't used in this file, so we can remove the declaration.
Signed-off-by: NJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 23bbd586
......@@ -17,11 +17,6 @@
#include "kern_constants.h"
#include "os.h"
/* XXX This really needs to be declared and initialized in a kernel file since
* it's in <linux/time.h>
*/
extern struct timespec wall_to_monotonic;
static void set_interval(int timer_type)
{
int usec = 1000000/hz();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册