forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/video/fbdev/metronomefb.c
....@@ -10,7 +10,7 @@
1010 * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
1111 *
1212 * This work was made possible by help and equipment support from E-Ink
13
- * Corporation. http://www.eink.com/
13
+ * Corporation. https://www.eink.com/
1414 *
1515 * This driver is written to be used with the Metronome display controller.
1616 * It is intended to be architecture independent. A board specific driver
....@@ -558,7 +558,7 @@
558558 return (err) ? err : count;
559559 }
560560
561
-static struct fb_ops metronomefb_ops = {
561
+static const struct fb_ops metronomefb_ops = {
562562 .owner = THIS_MODULE,
563563 .fb_write = metronomefb_write,
564564 .fb_fillrect = metronomefb_fillrect,