Commit 035955b6 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Yosemite: Fix build error due to undeclared titan_mailbox_irq().

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f724af8c
......@@ -56,6 +56,8 @@
#define HYPERTRANSPORT_INTC 0x7a /* INTC# */
#define HYPERTRANSPORT_INTD 0x7b /* INTD# */
extern void titan_mailbox_irq(void);
/*
* Handle hypertransport & SMP interrupts. The interrupt lines are scarce.
* For interprocessor interrupts, the best thing to do is to use the INTMSG
......
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