]> asedeno.scripts.mit.edu Git - linux.git/commit
video: udlfb: Constify read only data
authorLadislav Michl <ladis@linux-mips.org>
Tue, 16 Jan 2018 15:35:20 +0000 (16:35 +0100)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 16 Jan 2018 15:35:20 +0000 (16:35 +0100)
commitfa738a5c4b2a6b06f9c3755e9fc995d96833ade1
treeac95534ab55b6fe8c4e45671e913467932c3ef68
parentc1530ac5a3ce93a1f02adabc4508b5fbf862dfe2
video: udlfb: Constify read only data

Both dlfb_fix and fb_device_attrs are never written to, so
it is safe to make them const.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Cc: Bernie Thompson <bernie@plugable.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/udlfb.c