]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
drm/amd/display: make function tables const
authorChristian König <christian.koenig@amd.com>
Fri, 6 Jul 2018 12:19:07 +0000 (14:19 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jul 2018 19:17:11 +0000 (14:17 -0500)
commita14cc8422a2601348bc5279c1d849920e91170f2
tree05a48069aa127cbda2122b390abf99c0e57e6060
parent10e7fddd4aebf95a9468f20fc1a87e6238b7d8d4
drm/amd/display: make function tables const

It is good practice to make global function tables const to avoid
accidental override.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c
drivers/gpu/drm/amd/display/dc/inc/hw/mem_input.h