diff options
Diffstat (limited to 'drivers/hwmon/vt8231.c')
-rw-r--r-- | drivers/hwmon/vt8231.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/vt8231.c b/drivers/hwmon/vt8231.c index 84e3dc5e3a83..28f95bdf0358 100644 --- a/drivers/hwmon/vt8231.c +++ b/drivers/hwmon/vt8231.c | |||
@@ -762,7 +762,7 @@ static struct platform_driver vt8231_driver = { | |||
762 | .name = "vt8231", | 762 | .name = "vt8231", |
763 | }, | 763 | }, |
764 | .probe = vt8231_probe, | 764 | .probe = vt8231_probe, |
765 | .remove = __devexit_p(vt8231_remove), | 765 | .remove = vt8231_remove, |
766 | }; | 766 | }; |
767 | 767 | ||
768 | static DEFINE_PCI_DEVICE_TABLE(vt8231_pci_ids) = { | 768 | static DEFINE_PCI_DEVICE_TABLE(vt8231_pci_ids) = { |