projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e606c10
)
[MIPS] rtlx: Fix build error.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 12 Sep 2007 15:32:54 +0000
(16:32 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 14 Sep 2007 18:08:42 +0000
(19:08 +0100)
CC arch/mips/kernel/rtlx.o
cc1: warnings being treated as errors
arch/mips/kernel/rtlx.c:59: warning: 'irq' defined but not used
arch/mips/kernel/rtlx.c:60: warning: 'irq_num' defined but not used
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/rtlx.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/rtlx.c
b/arch/mips/kernel/rtlx.c
index 04d8ee787f781bd7b8a2eec6b9884c84e4c22335..1ba00c15505be5617111c5b6877ef02ca5c63a22 100644
(file)
--- a/
arch/mips/kernel/rtlx.c
+++ b/
arch/mips/kernel/rtlx.c
@@
-56,8
+56,6
@@
static struct chan_waitqueues {
struct mutex mutex;
} channel_wqs[RTLX_CHANNELS];
-static struct irqaction irq;
-static int irq_num;
static struct vpe_notifications notify;
static int sp_stopping = 0;