kthread: Replace deprecated spinlock initialization
authorThomas Gleixner <tglx@linutronix.de>
Sun, 23 Jan 2011 14:24:55 +0000 (15:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Jan 2011 11:30:37 +0000 (12:30 +0100)
commit92578c0b8078f6919f9b47e7e16a1cf770bd127b
tree1bf78aee66660797520f0d12c3e5e0ce6898616f
parent235454c99851ba21038061b9acf38d1a636068c5
kthread: Replace deprecated spinlock initialization

SPIN_LOCK_UNLOCK is deprecated. Use the lockdep capable variant
instead.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/kthread.h
This page took 0.034495 seconds and 5 git commands to generate.