forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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,