diff options
author | 2020-08-19 19:34:09 +0800 | |
---|---|---|
committer | 2020-08-24 12:23:25 -0400 | |
commit | 26902e8c58c8e147ca126c83a9ba3f3ac8c5cc7b (patch) | |
tree | efb0ed72d5ae82edcb961820d679ff4e49138d61 | |
parent | drm/amd/display: remove unintended executable mode (diff) | |
download | wireguard-linux-26902e8c58c8e147ca126c83a9ba3f3ac8c5cc7b.tar.xz wireguard-linux-26902e8c58c8e147ca126c83a9ba3f3ac8c5cc7b.zip |
drm/amd/powerplay: remove duplicate include
Remove asic_reg/nbio/nbio_6_1_offset.h which is included more than once
Reviewed-by: Evan Quan <evan.quan@amd.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_inc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_inc.h b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_inc.h index e6d9e84059e1..0d08c57d3bca 100644 --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_inc.h +++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_inc.h @@ -35,7 +35,6 @@ #include "asic_reg/gc/gc_9_2_1_sh_mask.h" #include "asic_reg/nbio/nbio_6_1_offset.h" -#include "asic_reg/nbio/nbio_6_1_offset.h" #include "asic_reg/nbio/nbio_6_1_sh_mask.h" #endif |