]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/include/asm/smp-ops.h
MIPS: Forward declare struct task_struct to avoid potencial warning.
[linux-2.6-omap-h63xx.git] / arch / mips / include / asm / smp-ops.h
index 43c207e72a637042902b43aa871131923ca52fc2..64ffc0290b84dcf98fb003ba0ba7e77f6faed454 100644 (file)
@@ -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);