diff options
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r-- | drivers/ieee1394/ieee1394_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/ieee1394_core.c b/drivers/ieee1394/ieee1394_core.c index 98fd985a32ff..36c747b277d0 100644 --- a/drivers/ieee1394/ieee1394_core.c +++ b/drivers/ieee1394/ieee1394_core.c | |||
@@ -488,7 +488,7 @@ void hpsb_selfid_complete(struct hpsb_host *host, int phyid, int isroot) | |||
488 | highlevel_host_reset(host); | 488 | highlevel_host_reset(host); |
489 | } | 489 | } |
490 | 490 | ||
491 | static spinlock_t pending_packets_lock = SPIN_LOCK_UNLOCKED; | 491 | static DEFINE_SPINLOCK(pending_packets_lock); |
492 | 492 | ||
493 | /** | 493 | /** |
494 | * hpsb_packet_sent - notify core of sending a packet | 494 | * hpsb_packet_sent - notify core of sending a packet |