Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5fd02a3 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Forward declare struct task_struct to avoid potencial warning.

parent 0d34fb8e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);