forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/video/fbdev/xilinxfb.c
....@@ -247,7 +247,7 @@
247247 return 0; /* success */
248248 }
249249
250
-static struct fb_ops xilinxfb_ops = {
250
+static const struct fb_ops xilinxfb_ops = {
251251 .owner = THIS_MODULE,
252252 .fb_setcolreg = xilinx_fb_setcolreg,
253253 .fb_blank = xilinx_fb_blank,