commit | fa738a5c4b2a6b06f9c3755e9fc995d96833ade1 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Tue Jan 16 16:35:20 2018 +0100 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Tue Jan 16 16:35:20 2018 +0100 |
tree | ac95534ab55b6fe8c4e45671e913467932c3ef68 | |
parent | c1530ac5a3ce93a1f02adabc4508b5fbf862dfe2 [diff] |
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>