From: Ralf Baechle Date: Wed, 25 Mar 2009 13:41:09 +0000 (+0100) Subject: MIPS: Forward declare struct task_struct to avoid potencial warning. X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f5fd02a33e9a53480c7c489d3210b144d24da24e;p=linux-2.6-omap-h63xx.git MIPS: Forward declare struct task_struct to avoid potencial warning. --- diff --git a/arch/mips/include/asm/smp-ops.h b/arch/mips/include/asm/smp-ops.h index 43c207e72a6..64ffc0290b8 100644 --- a/arch/mips/include/asm/smp-ops.h +++ b/arch/mips/include/asm/smp-ops.h @@ -15,6 +15,8 @@ #include +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);