diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-01-24 14:23:21 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-01-24 14:23:21 -0500 |
commit | ec43c01420fc1da8bf0b19f0ceb24d7d3c7f47f3 (patch) | |
tree | 9d9fc03a21b3c7766382ee853012eaccafc5cc70 /arch/mips/kernel/smtc.c | |
parent | a0b6218037b5cf50737a7dc0fc5464ea3f8781cd (diff) |
[MIPS] SMTC: Fix module build by exporting symbol
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/smtc.c')
-rw-r--r-- | arch/mips/kernel/smtc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index c37e83b173e9..6a857bf030b0 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c | |||
@@ -4,6 +4,7 @@ | |||
4 | #include <linux/sched.h> | 4 | #include <linux/sched.h> |
5 | #include <linux/cpumask.h> | 5 | #include <linux/cpumask.h> |
6 | #include <linux/interrupt.h> | 6 | #include <linux/interrupt.h> |
7 | #include <linux/module.h> | ||
7 | 8 | ||
8 | #include <asm/cpu.h> | 9 | #include <asm/cpu.h> |
9 | #include <asm/processor.h> | 10 | #include <asm/processor.h> |
@@ -1047,6 +1048,8 @@ void smtc_ipi_replay(void) | |||
1047 | } | 1048 | } |
1048 | } | 1049 | } |
1049 | 1050 | ||
1051 | EXPORT_SYMBOL(smtc_ipi_replay); | ||
1052 | |||
1050 | void smtc_idle_loop_hook(void) | 1053 | void smtc_idle_loop_hook(void) |
1051 | { | 1054 | { |
1052 | #ifdef SMTC_IDLE_HOOK_DEBUG | 1055 | #ifdef SMTC_IDLE_HOOK_DEBUG |