]> git.kernelconcepts.de Git - mv-sheeva.git/blobdiff - drivers/video/aty/atyfb_base.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mv-sheeva.git] / drivers / video / aty / atyfb_base.c
index 5a3ce3ad1ec853cf5d5661bd7fe34535d24bc281..767ab4fb1a053185feb354745e3e71f508e087bb 100644 (file)
@@ -2221,7 +2221,7 @@ static int aty_bl_get_brightness(struct backlight_device *bd)
        return bd->props.brightness;
 }
 
-static struct backlight_ops aty_bl_data = {
+static const struct backlight_ops aty_bl_data = {
        .get_brightness = aty_bl_get_brightness,
        .update_status  = aty_bl_update_status,
 };