Commit 0e634e17 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] trivial: little arch_i386_kernel_timers_timer_none.c fix

fixes a cut'n'paste error...
Signed-off-by: default avatarRusty Trivial Russell <trivial@rustcorp.com.au>
Signed-off-by: default avatarAdam Lackorzynski <adam@os.inf.tu-dresden.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b6671d5a
...@@ -34,7 +34,7 @@ static void delay_none(unsigned long loops) ...@@ -34,7 +34,7 @@ static void delay_none(unsigned long loops)
:"0" (loops)); :"0" (loops));
} }
/* tsc timer_opts struct */ /* none timer_opts struct */
struct timer_opts timer_none = { struct timer_opts timer_none = {
.name = "none", .name = "none",
.init = init_none, .init = init_none,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment