X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=arch%2Farm%2Fmach-lh7a40x%2Ftime.c;h=bef3c4b68d3bb3e028521f3c140fb91e4f80f1eb;hb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;hp=ad5652e0150719e7776a81c1b90afbdea5e6142f;hpb=a4b47ab9464a8200528fad3101668abdd7379cf9;p=linux-drm-fsl-dcu.git diff --git a/arch/arm/mach-lh7a40x/time.c b/arch/arm/mach-lh7a40x/time.c index ad5652e01507..bef3c4b68d3b 100644 --- a/arch/arm/mach-lh7a40x/time.c +++ b/arch/arm/mach-lh7a40x/time.c @@ -39,12 +39,12 @@ #endif static irqreturn_t -lh7a40x_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) +lh7a40x_timer_interrupt(int irq, void *dev_id) { write_seqlock(&xtime_lock); TIMER_EOI = 0; - timer_tick(regs); + timer_tick(); write_sequnlock(&xtime_lock);