summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorLi Zefan2008-02-03 15:20:13 +0100
committerAdrian Bunk2008-02-03 15:20:13 +0100
commitef08cce81d9be38063ec7796e36f2b32bdf82ff2 (patch)
treeb8b1d35bdbbd2b16141674913a91a254539da277 /include/asm-x86
parentDocumentation: missing proc/$PID/stat field (diff)
downloadkernel-qcow2-linux-ef08cce81d9be38063ec7796e36f2b32bdf82ff2.tar.gz
kernel-qcow2-linux-ef08cce81d9be38063ec7796e36f2b32bdf82ff2.tar.xz
kernel-qcow2-linux-ef08cce81d9be38063ec7796e36f2b32bdf82ff2.zip
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/asm-x86')
-rw-r--r--include/asm-x86/mach-voyager/do_timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/mach-voyager/do_timer.h b/include/asm-x86/mach-voyager/do_timer.h
index bc2b58926308..9e5a459fd15b 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
**/