diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2020-08-30 23:17:41 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2020-09-01 15:30:27 +0200 |
commit | c08503ec03dbe338c01ee4867b6dea026a78f6d4 (patch) | |
tree | e4113bb0d9f883b12e2cc5bdebe11e8d62b0ae2a /drivers/gpu/drm/drm_mode_config.c | |
parent | 8445e2c54c257e92084a451a0f20d6a7f3f9fa34 (diff) | |
download | linux-c08503ec03dbe338c01ee4867b6dea026a78f6d4.tar.bz2 |
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
Diffstat (limited to 'drivers/gpu/drm/drm_mode_config.c')
0 files changed, 0 insertions, 0 deletions