aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-01-15 16:58:19 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:19:03 +0900
commit427c727fd0637555a4bb6828c07bf36b9506ddde (patch)
treef7511f390a323ba753d9b3c015a248b4eba583d3 /arch/sh/boards
parentsh: r7785rp: Hook up the rest of the HL7785 FPGA IRQ vectors. (diff)
downloadlinux-dev-427c727fd0637555a4bb6828c07bf36b9506ddde.tar.xz
linux-dev-427c727fd0637555a4bb6828c07bf36b9506ddde.zip
sh: r7785rp: Fix up DECLARE_INTC_DESC() arg mismatch.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/boards/renesas/r7780rp/irq-r7785rp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c b/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c
index af5ec74b2b1e..bf7ec107fbc6 100644
--- a/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c
+++ b/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c
@@ -62,7 +62,7 @@ static unsigned char irl2irq[HL_NR_IRL] __initdata = {
};
static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
- NULL, NULL, mask_registers, NULL, NULL);
+ NULL, mask_registers, NULL, NULL);
unsigned char * __init highlander_init_irq_r7785rp(void)
{