commit | f13478c9da834f2d092192c0097587bd07ab8928 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Tue Aug 04 23:53:37 2020 +0200 |
committer | Maxime Ripard <maxime@cerno.tech> | Tue Aug 18 10:49:13 2020 +0200 |
tree | d3b45a7ef617d17df8418069dd5ba37415346523 | |
parent | c84adb304c100cb9555f64f49c1d84a01fac3616 [diff] |
drm/sun4i: Constify static structs A number of static variables are not modified and can be made const to allow the compiler to put them in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20200804215337.54594-1-rikard.falkeborn@gmail.com