aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/dme1737.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/dme1737.c')
-rw-r--r--drivers/hwmon/dme1737.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/dme1737.c b/drivers/hwmon/dme1737.c
index fe0eeec0b750..32f81ca3c197 100644
--- a/drivers/hwmon/dme1737.c
+++ b/drivers/hwmon/dme1737.c
@@ -2734,7 +2734,7 @@ static struct platform_driver dme1737_isa_driver = {
2734 .name = "dme1737", 2734 .name = "dme1737",
2735 }, 2735 },
2736 .probe = dme1737_isa_probe, 2736 .probe = dme1737_isa_probe,
2737 .remove = __devexit_p(dme1737_isa_remove), 2737 .remove = dme1737_isa_remove,
2738}; 2738};
2739 2739
2740/* --------------------------------------------------------------------- 2740/* ---------------------------------------------------------------------