projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d34fb8
)
MIPS: Forward declare struct task_struct to avoid potencial warning.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 25 Mar 2009 13:41:09 +0000
(14:41 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 30 Mar 2009 12:49:39 +0000
(14:49 +0200)
arch/mips/include/asm/smp-ops.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/smp-ops.h
b/arch/mips/include/asm/smp-ops.h
index 43c207e72a637042902b43aa871131923ca52fc2..64ffc0290b84dcf98fb003ba0ba7e77f6faed454 100644
(file)
--- a/
arch/mips/include/asm/smp-ops.h
+++ b/
arch/mips/include/asm/smp-ops.h
@@
-15,6
+15,8
@@
#include <linux/cpumask.h>
+struct task_struct;
+
struct plat_smp_ops {
void (*send_ipi_single)(int cpu, unsigned int action);
void (*send_ipi_mask)(cpumask_t mask, unsigned int action);