]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/leds/leds-atmel-pwm.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[karo-tx-linux.git] / drivers / leds / leds-atmel-pwm.c
index 386773532d9577b209840b15fda8be2efb97c924..8a39c5b20f76811731b73e12db54631fa88b2396 100644 (file)
@@ -113,7 +113,7 @@ err:
        return status;
 }
 
-static int __exit pwmled_remove(struct platform_device *pdev)
+static int pwmled_remove(struct platform_device *pdev)
 {
        const struct gpio_led_platform_data     *pdata;
        struct pwmled                           *leds;
@@ -140,7 +140,7 @@ static struct platform_driver pwmled_driver = {
        },
        /* REVISIT add suspend() and resume() methods */
        .probe =        pwmled_probe,
-       .remove =       __exit_p(pwmled_remove),
+       .remove =       pwmled_remove,
 };
 
 module_platform_driver(pwmled_driver);