]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/video/backlight/adp5520_bl.c
backlight: remove use of __devexit
[karo-tx-linux.git] / drivers / video / backlight / adp5520_bl.c
index a7eb3c4120c4efdf56dbfdcdaa40899984bef159..a1e41d4faa7137eff25b052c966fb2dde8b1d185 100644 (file)
@@ -333,7 +333,7 @@ static int adp5520_bl_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit adp5520_bl_remove(struct platform_device *pdev)
+static int adp5520_bl_remove(struct platform_device *pdev)
 {
        struct backlight_device *bl = platform_get_drvdata(pdev);
        struct adp5520_bl *data = bl_get_data(bl);