diff options
author | Dave Airlie <airlied@redhat.com> | 2017-09-28 01:32:49 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-28 22:03:26 +0200 |
commit | f87c379ee073bec8451fbee9ea6922db1e6ac897 (patch) | |
tree | a9d2f2195054dcb803fc291a080715b5c9fd2e4d /drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | |
parent | amdgpu/pp: remove ci_smc/smumgr split. (diff) | |
download | linux-f87c379ee073bec8451fbee9ea6922db1e6ac897.tar.xz linux-f87c379ee073bec8451fbee9ea6922db1e6ac897.zip |
amdgpu/pp: move PhwVega10_Magic to static const.
This isn't used outside this file.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h index 676cd7735883..b4b461c3b8ee 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h @@ -31,7 +31,6 @@ #include "vega10_ppsmc.h" #include "vega10_powertune.h" -extern const uint32_t PhwVega10_Magic; #define VEGA10_MAX_HARDWARE_POWERLEVELS 2 #define WaterMarksExist 1 |