diff options
| author | Ben Warren <bwarren@saruman.qstreams.net> | 2007-11-06 10:17:40 -0500 |
|---|---|---|
| committer | Ben Warren <bwarren@saruman.qstreams.net> | 2007-11-06 10:17:40 -0500 |
| commit | 881cf02f47390c7515f4e11727a473ab042d6d76 (patch) | |
| tree | 20ff9f08732a760022a8c09db74bbbf2538d8776 /cpu/mpc824x/interrupts.c | |
| parent | e34a0438923a55aeb3fae8fc31ff41230969abaf (diff) | |
| parent | 992742a5b09d9040adbd156fb90756af66ade310 (diff) | |
| download | olio-uboot-2014.01-881cf02f47390c7515f4e11727a473ab042d6d76.tar.xz olio-uboot-2014.01-881cf02f47390c7515f4e11727a473ab042d6d76.zip | |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'cpu/mpc824x/interrupts.c')
| -rw-r--r-- | cpu/mpc824x/interrupts.c | 2 |
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; |