forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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,