diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2017-11-23 15:09:51 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 12:48:21 -0500 |
commit | 424d9bb4d51c87b49f72a0c762bb551776ff640e (patch) | |
tree | a01387fdc0f0ccfb5884f5ca5afa1de8e6088bfc /drivers/gpu/drm/amd/amdgpu/soc15.c | |
parent | daad67b51e89f50e50ec157bddc57c2c159e43c1 (diff) | |
download | linux-424d9bb4d51c87b49f72a0c762bb551776ff640e.tar.gz linux-424d9bb4d51c87b49f72a0c762bb551776ff640e.tar.xz |
drm/amd/include:cleanup vega10 smuio header files.
Cleanup asic_reg/vega10/SMUIO folder.
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 47cef08c9951..85d7e6f1a3c5 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -44,8 +44,8 @@ #include "hdp/hdp_4_0_sh_mask.h" #include "mp/mp_9_0_offset.h" #include "mp/mp_9_0_sh_mask.h" -#include "vega10/SMUIO/smuio_9_0_offset.h" -#include "vega10/SMUIO/smuio_9_0_sh_mask.h" +#include "smuio/smuio_9_0_offset.h" +#include "smuio/smuio_9_0_sh_mask.h" #include "soc15.h" #include "soc15_common.h" |