Skip to content

Commit

Permalink
[MIPS] Au1000: Fix warning about unused variable.
Browse files Browse the repository at this point in the history
arch/mips/au1000/common/time.c: In function `mips_timer_interrupt':
arch/mips/au1000/common/time.c:82: warning: unused variable `count'

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 30, 2006
1 parent 991ea26 commit a597a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/au1000/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ unsigned long wtimer;
void mips_timer_interrupt(void)
{
int irq = 63;
unsigned long count;

irq_enter();
kstat_this_cpu.irqs[irq]++;
Expand Down

0 comments on commit a597a47

Please sign in to comment.