]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
time: delete comments that refer to noexistent symbols
authorLi Zefan <lizf@cn.fujitsu.com>
Sun, 3 Feb 2008 14:20:13 +0000 (16:20 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 14:20:13 +0000 (16:20 +0200)
Function do_timer_interrupt_hook() don't take argument regs,
and structure hrtimer_sleeper don't have member cb_pending.
So delete comments refering to these symbols.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
include/asm-x86/mach-voyager/do_timer.h
include/linux/hrtimer.h

index bc2b5892630859f8c42441204d2beec90a2151dd..9e5a459fd15b2f13e5e1e266999a08ef49a3026e 100644 (file)
@@ -6,7 +6,6 @@
 
 /**
  * do_timer_interrupt_hook - hook into timer tick
- * @regs:     standard registers from interrupt
  *
  * Call the pit clock event handler. see asm/i8253.h
  **/
index 49067f14fac190ea7bb492fceb1befdcf46aadce..f79dcba4b2c1861e4ab3148f0b9bcb2c5feb613b 100644 (file)
@@ -147,7 +147,6 @@ struct hrtimer_sleeper {
  * @get_time:          function to retrieve the current time of the clock
  * @get_softirq_time:  function to retrieve the current time from the softirq
  * @softirq_time:      the time when running the hrtimer queue in the softirq
- * @cb_pending:                list of timers where the callback is pending
  * @offset:            offset of this clock to the monotonic base
  * @reprogram:         function to reprogram the timer event
  */