diff options
Diffstat (limited to 'drivers/watchdog/pcwd_pci.c')
-rw-r--r-- | drivers/watchdog/pcwd_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/pcwd_pci.c b/drivers/watchdog/pcwd_pci.c index 6ec84b5bb508..7890f84edf76 100644 --- a/drivers/watchdog/pcwd_pci.c +++ b/drivers/watchdog/pcwd_pci.c | |||
@@ -785,7 +785,7 @@ err_out_disable_device: | |||
785 | return ret; | 785 | return ret; |
786 | } | 786 | } |
787 | 787 | ||
788 | static void __devexit pcipcwd_card_exit(struct pci_dev *pdev) | 788 | static void pcipcwd_card_exit(struct pci_dev *pdev) |
789 | { | 789 | { |
790 | /* Stop the timer before we leave */ | 790 | /* Stop the timer before we leave */ |
791 | if (!nowayout) | 791 | if (!nowayout) |