leds: remove use of __devexit
[deliverable/linux.git] / drivers / leds / leds-lt3593.c
index 6487293a5e6d1ab742b355a4c2b1fd880f26b9a0..34b3ba4376fc6744b8f6aaa8323c366a5bf75fcd 100644 (file)
@@ -173,7 +173,7 @@ err:
        return ret;
 }
 
-static int __devexit lt3593_led_remove(struct platform_device *pdev)
+static int lt3593_led_remove(struct platform_device *pdev)
 {
        int i;
        struct gpio_led_platform_data *pdata = pdev->dev.platform_data;
This page took 0.130828 seconds and 5 git commands to generate.