Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / hid / hid-picolcd_lcd.c
index 0c4b76de8ae53566460b661c873642c7f0ae97c4..061a33ba7b1db9bb7923518a1daabe9f74b37a04 100644 (file)
@@ -46,7 +46,7 @@ static int picolcd_check_lcd_fb(struct lcd_device *ldev, struct fb_info *fb)
        return fb && fb == picolcd_fbinfo((struct picolcd_data *)lcd_get_data(ldev));
 }
 
-static struct lcd_ops picolcd_lcdops = {
+static const struct lcd_ops picolcd_lcdops = {
        .get_contrast   = picolcd_get_contrast,
        .set_contrast   = picolcd_set_contrast,
        .check_fb       = picolcd_check_lcd_fb,