hwmon: remove use of __devinit
[deliverable/linux.git] / drivers / hwmon / twl4030-madc-hwmon.c
index 1a174f0a3cdeb9bd854d13fa61171a63c33e41d7..6b42f415c5cd74694bed9d068e816db994636849 100644 (file)
@@ -96,7 +96,7 @@ static const struct attribute_group twl4030_madc_group = {
        .attrs = twl4030_madc_attributes,
 };
 
-static int __devinit twl4030_madc_hwmon_probe(struct platform_device *pdev)
+static int twl4030_madc_hwmon_probe(struct platform_device *pdev)
 {
        int ret;
        struct device *hwmon;
This page took 0.023845 seconds and 5 git commands to generate.