diff options
Diffstat (limited to 'drivers/watchdog/wdt_pci.c')
-rw-r--r-- | drivers/watchdog/wdt_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/watchdog/wdt_pci.c b/drivers/watchdog/wdt_pci.c index 6bfe0e29dc1a..1355608683e4 100644 --- a/drivers/watchdog/wdt_pci.c +++ b/drivers/watchdog/wdt_pci.c | |||
@@ -74,7 +74,7 @@ | |||
74 | static int dev_count; | 74 | static int dev_count; |
75 | 75 | ||
76 | static struct semaphore open_sem; | 76 | static struct semaphore open_sem; |
77 | static spinlock_t wdtpci_lock; | 77 | static DEFINE_SPINLOCK(wdtpci_lock); |
78 | static char expect_close; | 78 | static char expect_close; |
79 | 79 | ||
80 | static int io; | 80 | static int io; |
@@ -607,7 +607,6 @@ static int __devinit wdtpci_init_one (struct pci_dev *dev, | |||
607 | } | 607 | } |
608 | 608 | ||
609 | sema_init(&open_sem, 1); | 609 | sema_init(&open_sem, 1); |
610 | spin_lock_init(&wdtpci_lock); | ||
611 | 610 | ||
612 | irq = dev->irq; | 611 | irq = dev->irq; |
613 | io = pci_resource_start (dev, 2); | 612 | io = pci_resource_start (dev, 2); |