mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
[WATCHDOG] Sbus: cpwatchdog, remove SPIN_LOCK_UNLOCKED
cpwatchdog, remove SPIN_LOCK_UNLOCKED SPIN_LOCK_UNLOCKED is deprecated, use __SPIN_LOCK_UNLOCKED with an unique name instead Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
bf6350a3df
commit
6027f661f8
@ -154,7 +154,7 @@ struct wd_device {
|
||||
};
|
||||
|
||||
static struct wd_device wd_dev = {
|
||||
0, SPIN_LOCK_UNLOCKED, 0, 0, 0, 0,
|
||||
0, __SPIN_LOCK_UNLOCKED(wd_dev.lock), 0, 0, 0, 0,
|
||||
};
|
||||
|
||||
static struct timer_list wd_timer;
|
||||
|
Loading…
Reference in New Issue
Block a user