]> Git Repo - linux.git/blobdiff - drivers/leds/leds-mc13783.c
leds: remove use of __devexit
[linux.git] / drivers / leds / leds-mc13783.c
index 39f72a7a17949c02ef55fe72fafded0024a09c56..e942adaa750410c844468ad3bee7d139572c2442 100644 (file)
@@ -348,7 +348,7 @@ err_register:
        return ret;
 }
 
-static int __devexit mc13783_led_remove(struct platform_device *pdev)
+static int mc13783_led_remove(struct platform_device *pdev)
 {
        struct mc13xxx_leds_platform_data *pdata = dev_get_platdata(&pdev->dev);
        struct mc13783_led *led = platform_get_drvdata(pdev);
This page took 0.033089 seconds and 4 git commands to generate.