kernel/drivers/video/fbdev/matrox/matroxfb_crtc2.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * 3 4 * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450. .. .. @@ -562,7 +563,7 @@ 562 563 #undef m2info 563 564 } 564 565 565 -static struct fb_ops matroxfb_dh_ops = {566 +static const struct fb_ops matroxfb_dh_ops = {566 567 .owner = THIS_MODULE, 567 568 .fb_open = matroxfb_dh_open, 568 569 .fb_release = matroxfb_dh_release,