summaryrefslogtreecommitdiff
path: root/cpu/mpc824x
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2007-10-23 14:35:05 +0200
committerWolfgang Denk <wd@denx.de>2007-11-03 22:06:25 +0100
commit59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78 (patch)
treef8070531d5d36305507e711a4c5eb985aa1d7017 /cpu/mpc824x
parentc9e7b9b9a1700fe009678d1f9b41e6364ac5df2d (diff)
Fix a typo in cpu/mpc824x/interrupts.c
Since December 2003 the timer_interrupt_cpu() function in cpu/mpc824x/interrupts.c contains what seems to be a superfluous parameter. Remove it. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'cpu/mpc824x')
-rw-r--r--cpu/mpc824x/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc824x/interrupts.c b/cpu/mpc824x/interrupts.c
index acb8947e0..4359ecc05 100644
--- a/cpu/mpc824x/interrupts.c
+++ b/cpu/mpc824x/interrupts.c
@@ -86,7 +86,7 @@ void irq_free_handler (int vec)
vga?
*/
-void timer_interrupt_cpu (struct pt_regs *regs, ulong timestamp)
+void timer_interrupt_cpu (struct pt_regs *regs)
{
/* nothing to do here */
return;