mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
[MIPS] Yosemite: Don't declare titan_mailbox_irq() as asmlinkage.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
daa4a68f90
commit
f724af8c32
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user