Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=211a29a87cbde00d8c34fb6d92fc91a87c2c9b47
Commit:     211a29a87cbde00d8c34fb6d92fc91a87c2c9b47
Parent:     d9eec1a5d6ae54b0f7562ffe07008a33ac39e8fe
Author:     Thiemo Seufer <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 31 16:26:56 2007 +0000
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri Nov 2 16:13:47 2007 +0000

    [MIPS] Swarm: Fix build failure
    
    Signed-off-by: Thiemo Seufer <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/sibyte/sb1250/time.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c
index e224fe7..f455ac1 100644
--- a/arch/mips/sibyte/sb1250/time.c
+++ b/arch/mips/sibyte/sb1250/time.c
@@ -155,7 +155,7 @@ void __cpuinit sb1250_clockevent_init(void)
        action->flags   = IRQF_DISABLED | IRQF_PERCPU;
        action->name    = name;
        action->dev_id  = cd;
-       setup_irq(irq, &action);
+       setup_irq(irq, action);
 }
 
 /*
-
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