forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/video/fbdev/matrox/matroxfb_crtc2.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 *
34 * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450.
....@@ -562,7 +563,7 @@
562563 #undef m2info
563564 }
564565
565
-static struct fb_ops matroxfb_dh_ops = {
566
+static const struct fb_ops matroxfb_dh_ops = {
566567 .owner = THIS_MODULE,
567568 .fb_open = matroxfb_dh_open,
568569 .fb_release = matroxfb_dh_release,