Commit df18ce85 authored by Milind Arun Choudhary's avatar Milind Arun Choudhary Committed by Stefan Richter

ieee1394: SPIN_LOCK_UNLOCKED cleanup

SPIN_LOCK_UNLOCKED cleanup,use DEFINE_SPINLOCK instead
Signed-off-by: default avatarMilind Arun Choudhary <milindchoudhary@gmail.com>
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 9be51c5d
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#ifndef HPSB_DEBUG_TLABELS #ifndef HPSB_DEBUG_TLABELS
static static
#endif #endif
spinlock_t hpsb_tlabel_lock = SPIN_LOCK_UNLOCKED; DEFINE_SPINLOCK(hpsb_tlabel_lock);
static DECLARE_WAIT_QUEUE_HEAD(tlabel_wq); static DECLARE_WAIT_QUEUE_HEAD(tlabel_wq);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment