mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
c9e7b9b9a1
commit
59543fe00a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue