diff options
Diffstat (limited to 'drivers/hwmon/vt1211.c')
-rw-r--r-- | drivers/hwmon/vt1211.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/vt1211.c b/drivers/hwmon/vt1211.c index 07ec260abb43..ae02edb50c32 100644 --- a/drivers/hwmon/vt1211.c +++ b/drivers/hwmon/vt1211.c | |||
@@ -1086,7 +1086,7 @@ static struct device_attribute vt1211_sysfs_misc[] = { | |||
1086 | * Device registration and initialization | 1086 | * Device registration and initialization |
1087 | * --------------------------------------------------------------------- */ | 1087 | * --------------------------------------------------------------------- */ |
1088 | 1088 | ||
1089 | static void __devinit vt1211_init_device(struct vt1211_data *data) | 1089 | static void vt1211_init_device(struct vt1211_data *data) |
1090 | { | 1090 | { |
1091 | /* set VRM */ | 1091 | /* set VRM */ |
1092 | data->vrm = vid_which_vrm(); | 1092 | data->vrm = vid_which_vrm(); |
@@ -1141,7 +1141,7 @@ static void vt1211_remove_sysfs(struct platform_device *pdev) | |||
1141 | device_remove_file(dev, &vt1211_sysfs_misc[i]); | 1141 | device_remove_file(dev, &vt1211_sysfs_misc[i]); |
1142 | } | 1142 | } |
1143 | 1143 | ||
1144 | static int __devinit vt1211_probe(struct platform_device *pdev) | 1144 | static int vt1211_probe(struct platform_device *pdev) |
1145 | { | 1145 | { |
1146 | struct device *dev = &pdev->dev; | 1146 | struct device *dev = &pdev->dev; |
1147 | struct vt1211_data *data; | 1147 | struct vt1211_data *data; |