diff options
Diffstat (limited to 'include/linux/kthread.h')
| -rw-r--r-- | include/linux/kthread.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kthread.h b/include/linux/kthread.h index ce0775aa64c3..7ff16f7d3ed4 100644 --- a/include/linux/kthread.h +++ b/include/linux/kthread.h @@ -64,7 +64,7 @@ struct kthread_work {  };  #define KTHREAD_WORKER_INIT(worker)	{				\ -	.lock = SPIN_LOCK_UNLOCKED,					\ +	.lock = __SPIN_LOCK_UNLOCKED((worker).lock),			\  	.work_list = LIST_HEAD_INIT((worker).work_list),		\  	}  | 
