Skip to content

Commit 8b3ce87

Browse files
gnuiylpH5
authored andcommitted
drm/imx: ipuv3-plane: Constify ipu_plane_funcs
Signed-off-by: Liu Ying <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
1 parent c82b4d7 commit 8b3ce87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/imx/ipuv3-plane.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ static void ipu_plane_destroy(struct drm_plane *plane)
463463
kfree(ipu_plane);
464464
}
465465

466-
static struct drm_plane_funcs ipu_plane_funcs = {
466+
static const struct drm_plane_funcs ipu_plane_funcs = {
467467
.update_plane = ipu_update_plane,
468468
.disable_plane = ipu_disable_plane,
469469
.destroy = ipu_plane_destroy,

0 commit comments

Comments
 (0)