leds: remove use of __devinit
[deliverable/linux.git] / drivers / leds / leds-da903x.c
index de08c9312af06b921459ece04c2de0b003e0f174..bb174905b0fe092a6582dd90af4c01a236e3705e 100644 (file)
@@ -91,7 +91,7 @@ static void da903x_led_set(struct led_classdev *led_cdev,
        schedule_work(&led->work);
 }
 
-static int __devinit da903x_led_probe(struct platform_device *pdev)
+static int da903x_led_probe(struct platform_device *pdev)
 {
        struct led_info *pdata = pdev->dev.platform_data;
        struct da903x_led *led;
This page took 0.044954 seconds and 5 git commands to generate.