diff options
-rw-r--r-- | drivers/ieee1394/ieee1394_transactions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/ieee1394_transactions.c b/drivers/ieee1394/ieee1394_transactions.c index 0272dacccd69..f144133df99e 100644 --- a/drivers/ieee1394/ieee1394_transactions.c +++ b/drivers/ieee1394/ieee1394_transactions.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #ifndef HPSB_DEBUG_TLABELS | 37 | #ifndef HPSB_DEBUG_TLABELS |
38 | static | 38 | static |
39 | #endif | 39 | #endif |
40 | spinlock_t hpsb_tlabel_lock = SPIN_LOCK_UNLOCKED; | 40 | DEFINE_SPINLOCK(hpsb_tlabel_lock); |
41 | 41 | ||
42 | static DECLARE_WAIT_QUEUE_HEAD(tlabel_wq); | 42 | static DECLARE_WAIT_QUEUE_HEAD(tlabel_wq); |
43 | 43 | ||