forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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,