]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: fix sparse warning: Should it be static?
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Tue, 2 Jan 2018 08:02:51 +0000 (10:02 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Jan 2018 20:23:30 +0000 (15:23 -0500)
commit8439c728c6f11b6a876768db0fd331ed5b71851c
tree2eef2df58bde6b652d7ecdf2950a102ee6d4fd5f
parent95c89c87aef99f797a83c6dc9e942f8d3408e19a
drm/radeon: fix sparse warning: Should it be static?

Impact: make symbol static.

Fix this sparse warning:
  drivers/gpu/drm/radeon/radeon_dp_mst.c:332:38: warning: symbol 'mst_cbs' was not declared. Should it be static?

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_dp_mst.c