linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/6] time: delete comments that refer to noexistent symbols
@ 2007-11-29  7:35 Li Zefan
  0 siblings, 0 replies; only message in thread
From: Li Zefan @ 2007-11-29  7:35 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, tglx, trivial


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>

---
 include/asm-x86/mach-voyager/do_timer.h |    1 -
 include/linux/hrtimer.h                 |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/asm-x86/mach-voyager/do_timer.h b/include/asm-x86/mach-voyager/do_timer.h
index bc2b589..9e5a459 100644
--- a/include/asm-x86/mach-voyager/do_timer.h
+++ b/include/asm-x86/mach-voyager/do_timer.h
@@ -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
  **/
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 0a23302..d42c6be 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -149,7 +149,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
  */
-- 
1.5.3.rc7


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-29  7:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-29  7:35 [PATCH 5/6] time: delete comments that refer to noexistent symbols Li Zefan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).