kernel/drivers/video/fbdev/tcx.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* tcx.c: TCX frame buffer driver 2 3 * 3 4 * Copyright (C) 2003, 2006 David S. Miller (davem@davemloft.net) .. .. @@ -39,7 +40,7 @@ 39 40 * Frame buffer operations 40 41 */ 41 42 42 -static struct fb_ops tcx_ops = {43 +static const struct fb_ops tcx_ops = {43 44 .owner = THIS_MODULE, 44 45 .fb_setcolreg = tcx_setcolreg, 45 46 .fb_blank = tcx_blank,