Commit 427c727f authored by Paul Mundt's avatar Paul Mundt

sh: r7785rp: Fix up DECLARE_INTC_DESC() arg mismatch.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 03bbc0e6
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment