Commit f724af8c authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Yosemite: Don't declare titan_mailbox_irq() as asmlinkage.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent daa4a68f
......@@ -106,7 +106,7 @@ void prom_smp_finish(void)
{
}
asmlinkage void titan_mailbox_irq(void)
void titan_mailbox_irq(void)
{
int cpu = smp_processor_id();
unsigned long status;
......
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