commit | c08503ec03dbe338c01ee4867b6dea026a78f6d4 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Sun Aug 30 23:17:41 2020 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Sep 01 15:30:27 2020 +0200 |
tree | e4113bb0d9f883b12e2cc5bdebe11e8d62b0ae2a | |
parent | 8445e2c54c257e92084a451a0f20d6a7f3f9fa34 [diff] |
drm/gma500: Constify static structs The only usage of these is to assign their address to the fbops field in the fb_info struct, which is a const pointer. Make them const to allow the compiler to put them in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20200830211741.17326-1-rikard.falkeborn@gmail.com