Skip to content

Commit

Permalink
drm/imx: ipuv3-plane: Constify ipu_plane_funcs
Browse files Browse the repository at this point in the history
Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
  • Loading branch information
Liu Ying authored and Philipp Zabel committed May 30, 2016
1 parent c82b4d7 commit 8b3ce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/imx/ipuv3-plane.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static void ipu_plane_destroy(struct drm_plane *plane)
kfree(ipu_plane);
}

static struct drm_plane_funcs ipu_plane_funcs = {
static const struct drm_plane_funcs ipu_plane_funcs = {
.update_plane = ipu_update_plane,
.disable_plane = ipu_disable_plane,
.destroy = ipu_plane_destroy,
Expand Down

0 comments on commit 8b3ce87

Please sign in to comment.