Skip to content

Commit

Permalink
MIPS: Forward declare struct task_struct to avoid potencial warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Baechle committed Mar 30, 2009
1 parent 0d34fb8 commit f5fd02a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/include/asm/smp-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f5fd02a

Please sign in to comment.