forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/video/fbdev/fm2fb.c
....@@ -165,7 +165,7 @@
165165 u_int transp, struct fb_info *info);
166166 static int fm2fb_blank(int blank, struct fb_info *info);
167167
168
-static struct fb_ops fm2fb_ops = {
168
+static const struct fb_ops fm2fb_ops = {
169169 .owner = THIS_MODULE,
170170 .fb_setcolreg = fm2fb_setcolreg,
171171 .fb_blank = fm2fb_blank,