Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4d24c8f955b8c9d51c5fe7299c898527e94d39ad
Commit:     4d24c8f955b8c9d51c5fe7299c898527e94d39ad
Parent:     e606c109c485c6f8e27dd6ddcd2c0b58c96fc5c9
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Wed Sep 12 16:32:54 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri Sep 14 19:08:42 2007 +0100

    [MIPS] rtlx: Fix build error.
    
      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 <[EMAIL PROTECTED]>
---
 arch/mips/kernel/rtlx.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c
index 04d8ee7..1ba00c1 100644
--- 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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to