]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/leds/leds-pwm.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[karo-tx-linux.git] / drivers / leds / leds-pwm.c
index 827cb6eb55d373ad885d9cfff3ef29602c41c5cf..2157524f277c2d7818713f1774726c27069d60b6 100644 (file)
@@ -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;
@@ -125,7 +125,7 @@ static int __devexit led_pwm_remove(struct platform_device *pdev)
 
 static struct platform_driver led_pwm_driver = {
        .probe          = led_pwm_probe,
-       .remove         = __devexit_p(led_pwm_remove),
+       .remove         = led_pwm_remove,
        .driver         = {
                .name   = "leds_pwm",
                .owner  = THIS_MODULE,