forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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,