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

Commit 40f75879 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Paul Mundt
Browse files

SH: Use newer, non-deprecated __SPIN_LOCK_UNLOCKED macro.

parent 6dba1b67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ void smp_send_stop(void)
}

struct smp_fn_call_struct smp_fn_call = {
	.lock		= SPIN_LOCK_UNLOCKED,
	.lock		= __SPIN_LOCK_UNLOCKED(smp_fn_call.lock),
	.finished	= ATOMIC_INIT(0),
};