forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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,