forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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,