forked from ~ljy/RK356X_SDK_RELEASE

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