diff options
Diffstat (limited to 'drivers/watchdog/wdt_pci.c')
-rw-r--r-- | drivers/watchdog/wdt_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/wdt_pci.c b/drivers/watchdog/wdt_pci.c index e32654efdbb6..05c14e4740c1 100644 --- a/drivers/watchdog/wdt_pci.c +++ b/drivers/watchdog/wdt_pci.c | |||
@@ -736,7 +736,7 @@ static struct pci_driver wdtpci_driver = { | |||
736 | .name = "wdt_pci", | 736 | .name = "wdt_pci", |
737 | .id_table = wdtpci_pci_tbl, | 737 | .id_table = wdtpci_pci_tbl, |
738 | .probe = wdtpci_init_one, | 738 | .probe = wdtpci_init_one, |
739 | .remove = __devexit_p(wdtpci_remove_one), | 739 | .remove = wdtpci_remove_one, |
740 | }; | 740 | }; |
741 | 741 | ||
742 | module_pci_driver(wdtpci_driver); | 742 | module_pci_driver(wdtpci_driver); |