forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/video/fbdev/asiliantfb.c
....@@ -95,7 +95,7 @@
9595 static int asiliantfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
9696 u_int transp, struct fb_info *info);
9797
98
-static struct fb_ops asiliantfb_ops = {
98
+static const struct fb_ops asiliantfb_ops = {
9999 .owner = THIS_MODULE,
100100 .fb_check_var = asiliantfb_check_var,
101101 .fb_set_par = asiliantfb_set_par,