dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (5566): MEDIA: Spinlock initializer cleanup

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Thomas Gleixner 2007-05-01 08:34:15 -03:00 committed by Mauro Carvalho Chehab
parent 45e95980f2
commit b71ed5cfe6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ int ivtv_first_minor = 0;
struct ivtv *ivtv_cards[IVTV_MAX_CARDS];
/* Protects ivtv_cards_active */
spinlock_t ivtv_cards_lock = SPIN_LOCK_UNLOCKED;
DEFINE_SPINLOCK(ivtv_cards_lock);
/* add your revision and whatnot here */
static struct pci_device_id ivtv_pci_tbl[] __devinitdata = {