diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2017-11-22 10:23:20 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 20:48:18 +0300 |
commit | 90c7a9358fcbf5bfec84c1841122107f2cf5e489 (patch) | |
tree | 7db27249c0ab81a3a5dd549faf1c99608fa3d81e /drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | |
parent | a629bf32df4659b79595115e247dcc65df27727b (diff) | |
download | linux-90c7a9358fcbf5bfec84c1841122107f2cf5e489.tar.xz |
drm/amd/include: cleanup vega10 umc header files.
Remove asic/vega10/UMC folder.
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c index 9b6532a1622b..2bf943f7dd8d 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c @@ -36,7 +36,7 @@ #include "athub/athub_1_0_offset.h" #include "soc15_common.h" -#include "vega10/UMC/umc_6_0_sh_mask.h" +#include "umc/umc_6_0_sh_mask.h" #include "nbio_v6_1.h" #include "nbio_v7_0.h" |