forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/drivers/video/fbdev/hecubafb.c
....@@ -197,7 +197,7 @@
197197 return (err) ? err : count;
198198 }
199199
200
-static struct fb_ops hecubafb_ops = {
200
+static const struct fb_ops hecubafb_ops = {
201201 .owner = THIS_MODULE,
202202 .fb_read = fb_sys_read,
203203 .fb_write = hecubafb_write,