[PATCH] remove the second arg of do_timer_interrupt()
authorAdrian Bunk <bunk@stusta.de>
Tue, 6 Sep 2005 22:17:39 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:32 +0000 (16:57 -0700)
commit7f4bde9a3486cd7e70bedd2aff35b38667d50173
tree594ef79e14e787196099985e58a9d6563659508d
parent2832e9366a1fcd6f76957a42157be041240f994e
[PATCH] remove the second arg of do_timer_interrupt()

The second arg of do_timer_interrupt() is not used in the functions, and
all callers pass NULL.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Paul Mundt <lethal@Linux-SH.ORG>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/time.c
arch/sh/kernel/time.c
arch/sh64/kernel/time.c