| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Fix SWARM build failure |
| From: | Thiemo Seufer <ths@networkno.de> |
| Date: | Wed, 31 Oct 2007 16:26:56 +0000 |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.16 (2007-06-11) |
This fixes a typo, the warning lets the build fail.
Thiemo
Signed-off-by: Thiemo Seufer <ths@networkno.de>
---
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);
}
/*
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: WAIT vs. tickless kernel, Ralf Baechle |
|---|---|
| Next by Date: | Re: WAIT vs. tickless kernel, Atsushi Nemoto |
| Previous by Thread: | WAIT vs. tickless kernel, Atsushi Nemoto |
| Next by Thread: | Re: [PATCH] Fix SWARM build failure, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |