projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991ea26
)
[MIPS] Au1000: Fix warning about unused variable.
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Sun, 29 Oct 2006 14:37:40 +0000
(23:37 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 30 Oct 2006 21:41:28 +0000
(21:41 +0000)
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>
arch/mips/au1000/common/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/au1000/common/time.c
b/arch/mips/au1000/common/time.c
index 7313ef234d8c4decb8da26c41b45553729c1e20c..6768638883eadcd13d95fada2a3b1fedb444d336 100644
(file)
--- a/
arch/mips/au1000/common/time.c
+++ b/
arch/mips/au1000/common/time.c
@@
-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]++;