aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/mc13783-adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/mc13783-adc.c')
-rw-r--r--drivers/hwmon/mc13783-adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/mc13783-adc.c b/drivers/hwmon/mc13783-adc.c
index ef65ab56b094..04d13b31aacd 100644
--- a/drivers/hwmon/mc13783-adc.c
+++ b/drivers/hwmon/mc13783-adc.c
@@ -220,7 +220,7 @@ static int __devexit mc13783_adc_remove(struct platform_device *pdev)
220} 220}
221 221
222static struct platform_driver mc13783_adc_driver = { 222static struct platform_driver mc13783_adc_driver = {
223 .remove = __devexit_p(mc13783_adc_remove), 223 .remove = __devexit_p(mc13783_adc_remove),
224 .driver = { 224 .driver = {
225 .owner = THIS_MODULE, 225 .owner = THIS_MODULE,
226 .name = MC13783_ADC_NAME, 226 .name = MC13783_ADC_NAME,