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 ae60406ea8a1..03687bcc74f2 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
@@ -863,7 +863,7 @@ static struct pci_driver hpwdt_driver = { | |||
863 | .name = "hpwdt", | 863 | .name = "hpwdt", |
864 | .id_table = hpwdt_devices, | 864 | .id_table = hpwdt_devices, |
865 | .probe = hpwdt_init_one, | 865 | .probe = hpwdt_init_one, |
866 | .remove = __devexit_p(hpwdt_exit), | 866 | .remove = hpwdt_exit, |
867 | }; | 867 | }; |
868 | 868 | ||
869 | MODULE_AUTHOR("Tom Mingarelli"); | 869 | MODULE_AUTHOR("Tom Mingarelli"); |