]> Pileus Git - ~andy/linux/blobdiff - drivers/leds/leds-pwm.c
musb: tusb6010: use io{read,write}*_rep accessors
[~andy/linux] / drivers / leds / leds-pwm.c
index 7a988f18522a93ecef8e79f30dd4489c945b7efc..2157524f277c2d7818713f1774726c27069d60b6 100644 (file)
@@ -26,7 +26,7 @@
 struct led_pwm_data {
        struct led_classdev     cdev;
        struct pwm_device       *pwm;
-       unsigned int            active_low;
+       unsigned int            active_low;
        unsigned int            period;
 };
 
@@ -107,7 +107,7 @@ err:
        return ret;
 }
 
-static int __devexit led_pwm_remove(struct platform_device *pdev)
+static int led_pwm_remove(struct platform_device *pdev)
 {
        int i;
        struct led_pwm_platform_data *pdata = pdev->dev.platform_data;