power: remove use of __devinit
[deliverable/linux.git] / drivers / power / 88pm860x_battery.c
index ebf7bb5c57edd83760fcd31b29e945b96fa4ce11..0a8e09fc2138129d91615cd3fb7e48e51f00845a 100644 (file)
@@ -901,7 +901,7 @@ static enum power_supply_property pm860x_batt_props[] = {
        POWER_SUPPLY_PROP_TEMP,
 };
 
-static __devinit int pm860x_battery_probe(struct platform_device *pdev)
+static int pm860x_battery_probe(struct platform_device *pdev)
 {
        struct pm860x_chip *chip = dev_get_drvdata(pdev->dev.parent);
        struct pm860x_battery_info *info;
This page took 0.027703 seconds and 5 git commands to generate.