Skip to content

Commit

Permalink
[MIPS] SMTC: Fix module build by exporting symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
ralfbaechle committed Jan 24, 2007
1 parent a0b6218 commit ec43c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/kernel/smtc.c
Expand Up @@ -4,6 +4,7 @@
#include <linux/sched.h>
#include <linux/cpumask.h>
#include <linux/interrupt.h>
#include <linux/module.h>

#include <asm/cpu.h>
#include <asm/processor.h>
Expand Down Expand Up @@ -1047,6 +1048,8 @@ void smtc_ipi_replay(void)
}
}

EXPORT_SYMBOL(smtc_ipi_replay);

void smtc_idle_loop_hook(void)
{
#ifdef SMTC_IDLE_HOOK_DEBUG
Expand Down

0 comments on commit ec43c01

Please sign in to comment.