diff options
Diffstat (limited to 'drivers/watchdog/hpwdt.c')
-rw-r--r-- | drivers/watchdog/hpwdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index cc25ddfa84eb..8717255ec7be 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
@@ -848,7 +848,7 @@ error_pci_iomap: | |||
848 | return retval; | 848 | return retval; |
849 | } | 849 | } |
850 | 850 | ||
851 | static void __devexit hpwdt_exit(struct pci_dev *dev) | 851 | static void hpwdt_exit(struct pci_dev *dev) |
852 | { | 852 | { |
853 | if (!nowayout) | 853 | if (!nowayout) |
854 | hpwdt_stop(); | 854 | hpwdt_stop(); |