summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2017-10-09 11:20:49 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-10-19 22:26:56 +0300
commit4dddc212a354cc3924d60ca240cd338b0a3f6c49 (patch)
treeffb6d406d731fc8681a5c31e5b3345548ff5454f /drivers/gpu/drm/amd/powerplay/smumgr/Makefile
parent907bfec7cce0a8fa9a4cd552f97d171f23c79dac (diff)
downloadlinux-4dddc212a354cc3924d60ca240cd338b0a3f6c49.tar.xz
drm/amd/pp: remove tonga_smc/smumgr split.
move functions in tonga_smc.c to tonga_smumgr.c and make all functions in tonga_smumgr.c static. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/smumgr/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/smumgr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
index 33ab0bca5c25..e3c783a07cbd 100644
--- a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
@@ -3,7 +3,7 @@
# It provides the smu management services for the driver.
SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \
- polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o tonga_smc.o \
+ polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o \
smu7_smumgr.o vega10_smumgr.o rv_smumgr.o ci_smumgr.o
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))