]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/stm: dsi: Constify phy ops structure
authorPhilippe CORNU <philippe.cornu@st.com>
Thu, 20 Jul 2017 12:05:57 +0000 (14:05 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Wed, 26 Jul 2017 13:02:17 +0000 (15:02 +0200)
commit89a15e6f223d26153dc376f0ce2863afee29b384
tree7b9b400468d0cf8636fa5fcc68154def29e97e7f
parentdc5e0cd211d523a1a465a89119bc751b23f388f2
drm/stm: dsi: Constify phy ops structure

Constify dw_mipi_dsi_stm_phy_ops as these ops are not supposed
to change at runtime.

Signed-off-by: Philippe CORNU <philippe.cornu@st.com>
Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1500552357-29487-8-git-send-email-philippe.cornu@st.com
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c