forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/drivers/video/fbdev/maxinefb.c
....@@ -105,7 +105,7 @@
105105 return 0;
106106 }
107107
108
-static struct fb_ops maxinefb_ops = {
108
+static const struct fb_ops maxinefb_ops = {
109109 .owner = THIS_MODULE,
110110 .fb_setcolreg = maxinefb_setcolreg,
111111 .fb_fillrect = cfb_fillrect,