X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fkernel%2Ftimers%2Ftimer_none.c;h=4ea2f414dbbde0b03847e0b51af523df2c4e5815;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=de744f7bcbcf07c3d28c036bec71a305dff87393;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/arch/i386/kernel/timers/timer_none.c b/arch/i386/kernel/timers/timer_none.c index de744f7bc..4ea2f414d 100644 --- a/arch/i386/kernel/timers/timer_none.c +++ b/arch/i386/kernel/timers/timer_none.c @@ -1,11 +1,6 @@ #include #include -static int __init init_none(char* override) -{ - return 0; -} - static void mark_offset_none(void) { /* nothing needed */ @@ -34,10 +29,9 @@ static void delay_none(unsigned long loops) :"0" (loops)); } -/* tsc timer_opts struct */ +/* none timer_opts struct */ struct timer_opts timer_none = { .name = "none", - .init = init_none, .mark_offset = mark_offset_none, .get_offset = get_offset_none, .monotonic_clock = monotonic_clock_none,