Skip to content
Commit 8b6947a8 authored by Rikard Falkeborn's avatar Rikard Falkeborn Committed by Rob Clark
Browse files

drm/msm: dsi: Constify dsi_host_ops



The only usage of dsi_host_ops is to assign its address to the ops field
in the mipi_dsi_host struct, which is a const pointer. Make it const to
allow the compiler to put it in read-only memory.

Signed-off-by: default avatarRikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent cc9014bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment