]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/platform/x86/eeepc-laptop.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / drivers / platform / x86 / eeepc-laptop.c
index e9fc530e7dc29135d2da0c7618fb6f6a7960dbd1..49d9ad708f8959f3f39602ca3b262f4f934630d7 100644 (file)
@@ -1126,7 +1126,7 @@ static int update_bl_status(struct backlight_device *bd)
        return set_brightness(bd, bd->props.brightness);
 }
 
-static struct backlight_ops eeepcbl_ops = {
+static const struct backlight_ops eeepcbl_ops = {
        .get_brightness = read_brightness,
        .update_status = update_bl_status,
 };