hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/video/fbdev/tcx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* tcx.c: TCX frame buffer driver
23 *
34 * Copyright (C) 2003, 2006 David S. Miller (davem@davemloft.net)
....@@ -39,7 +40,7 @@
3940 * Frame buffer operations
4041 */
4142
42
-static struct fb_ops tcx_ops = {
43
+static const struct fb_ops tcx_ops = {
4344 .owner = THIS_MODULE,
4445 .fb_setcolreg = tcx_setcolreg,
4546 .fb_blank = tcx_blank,