hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/video/fbdev/dnfb.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/kernel.h>
23 #include <linux/errno.h>
34 #include <linux/string.h>
....@@ -107,7 +108,7 @@
107108 static int dnfb_blank(int blank, struct fb_info *info);
108109 static void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
109110
110
-static struct fb_ops dn_fb_ops = {
111
+static const struct fb_ops dn_fb_ops = {
111112 .owner = THIS_MODULE,
112113 .fb_blank = dnfb_blank,
113114 .fb_fillrect = cfb_fillrect,