OSDN Git Service

drm/radeon: move ci_send_msg_to_smc to where it's used
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Sep 2017 14:07:40 +0000 (10:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Oct 2017 00:16:28 +0000 (20:16 -0400)
commitc3b16f16a4dffd8516a2020ce2539ebf8b2d6e33
treea97a0933ef95b719dff4e483a65017f3c623baad
parent79867462634836ee5c39a2cdf624719feeb189bd
drm/radeon: move ci_send_msg_to_smc to where it's used

It's used in ci_dpm.c so move it there and make it static.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/ci_dpm.c
drivers/gpu/drm/radeon/ci_dpm.h
drivers/gpu/drm/radeon/ci_smc.c