aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/via-cputemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/via-cputemp.c')
-rw-r--r--drivers/hwmon/via-cputemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/via-cputemp.c b/drivers/hwmon/via-cputemp.c
index b86ad796fa8..76f157b568e 100644
--- a/drivers/hwmon/via-cputemp.c
+++ b/drivers/hwmon/via-cputemp.c
@@ -192,7 +192,7 @@ exit_remove:
192 return err; 192 return err;
193} 193}
194 194
195static int __devexit via_cputemp_remove(struct platform_device *pdev) 195static int via_cputemp_remove(struct platform_device *pdev)
196{ 196{
197 struct via_cputemp_data *data = platform_get_drvdata(pdev); 197 struct via_cputemp_data *data = platform_get_drvdata(pdev);
198 198