diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2008-02-03 17:20:13 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:20:13 +0300 |
commit | ef08cce81d9be38063ec7796e36f2b32bdf82ff2 (patch) | |
tree | b8b1d35bdbbd2b16141674913a91a254539da277 /include/linux/hrtimer.h | |
parent | 2e01e00e768ef42fb5b8804cd1b9b47b26d59ec5 (diff) | |
download | linux-ef08cce81d9be38063ec7796e36f2b32bdf82ff2.tar.xz |
time: delete comments that refer to noexistent symbols
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>
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 49067f14fac1..f79dcba4b2c1 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -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 */ |