]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commit
drm: xilinx: encoder: Add const for constant callback fucntions
authorHyun Kwon <hyun.kwon@xilinx.com>
Thu, 23 Mar 2017 17:04:53 +0000 (10:04 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 29 May 2017 10:25:32 +0000 (12:25 +0200)
commit88ddf0580f3aa9c3ad498370ec7f83f80de38102
treeda17af478c2a6e0ca0a8bad9a9265555ddd72993
parent9db27d0622f9d390b09d0547af4b35d9257807ac
drm: xilinx: encoder: Add const for constant callback fucntions

From checkpatch.pl,

+static struct drm_encoder_helper_funcs xilinx_drm_encoder_helper_funcs = {
WARNING: struct drm_encoder_funcs should normally be const
+static struct drm_encoder_funcs xilinx_drm_encoder_funcs = {

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/xilinx/xilinx_drm_encoder.c