Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 03bbc0e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ static unsigned char irl2irq[HL_NR_IRL] __initdata = {
};
};


static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
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)
unsigned char * __init highlander_init_irq_r7785rp(void)
{
{