power: remove use of __devinit
[deliverable/linux.git] / drivers / power / ab8500_fg.c
index ff2f09c0c128c3c70fd41378c04cd3e97262b98f..b3598b86bbe0df302ca2001a0df87d69d29a92a0 100644 (file)
@@ -2442,7 +2442,7 @@ static struct ab8500_fg_interrupts ab8500_fg_irq[] = {
        {"CCEOC", ab8500_fg_cc_data_end_handler},
 };
 
-static int __devinit ab8500_fg_probe(struct platform_device *pdev)
+static int ab8500_fg_probe(struct platform_device *pdev)
 {
        int i, irq;
        int ret = 0;
This page took 0.02813 seconds and 5 git commands to generate.