]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/video/backlight/ep93xx_bl.c
drivers/video/backlight/ep93xx_bl.c: fix section mismatch
[karo-tx-linux.git] / drivers / video / backlight / ep93xx_bl.c
index 08214e1f09583b25ace65acdb3487a0b48c9b731..d0c688b8acdbb96b9c929467dbe4ccb412423cba 100644 (file)
@@ -60,7 +60,7 @@ static const struct backlight_ops ep93xxbl_ops = {
        .get_brightness = ep93xxbl_get_brightness,
 };
 
-static int __init ep93xxbl_probe(struct platform_device *dev)
+static int __devinit ep93xxbl_probe(struct platform_device *dev)
 {
        struct ep93xxbl *ep93xxbl;
        struct backlight_device *bl;
@@ -106,7 +106,7 @@ static int __init ep93xxbl_probe(struct platform_device *dev)
        return 0;
 }
 
-static int ep93xxbl_remove(struct platform_device *dev)
+static int __devexit ep93xxbl_remove(struct platform_device *dev)
 {
        struct backlight_device *bl = platform_get_drvdata(dev);