MIPS: Forward declare struct task_struct to avoid potencial warning.

This commit is contained in:
Ralf Baechle 2009-03-25 14:41:09 +01:00
parent 0d34fb8e93
commit f5fd02a33e

View 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);