mirror of https://gitee.com/openkylin/linux.git
sh: r7785rp: Fix up DECLARE_INTC_DESC() arg mismatch.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
03bbc0e6ba
commit
427c727fd0
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue