]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/olpc_dcon/olpc_dcon.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / drivers / staging / olpc_dcon / olpc_dcon.c
index da040c12fbf9089e2a227895b8a9ccb285cb2d11..9f26dc9408bb757525599dbec98d47ca9a78ebc8 100644 (file)
@@ -614,7 +614,7 @@ static struct device_attribute dcon_device_files[] = {
        __ATTR(resumeline, 0644, dcon_resumeline_show, dcon_resumeline_store),
 };
 
-static struct backlight_ops dcon_bl_ops = {
+static const struct backlight_ops dcon_bl_ops = {
        .get_brightness = dconbl_get,
        .update_status = dconbl_set
 };