projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b6218
)
[MIPS] SMTC: Fix module build by exporting symbol
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 24 Jan 2007 19:23:21 +0000
(19:23 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 24 Jan 2007 19:23:21 +0000
(19:23 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smtc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/smtc.c
b/arch/mips/kernel/smtc.c
index c37e83b173e9d077eb6f79653aa56455d8886c4f..6a857bf030b070aee2d9861e727cfd3605e62200 100644
(file)
--- a/
arch/mips/kernel/smtc.c
+++ b/
arch/mips/kernel/smtc.c
@@
-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>
@@
-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