diff options
author | Yongqiang Sun <[email protected]> | 2019-04-04 16:10:20 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-06-22 09:34:10 -0500 |
commit | 2a874fa0257ac834142e0570a2bec629421ee031 (patch) | |
tree | d1eb60e5e812cac11646de6949b027c2e77cecb6 | |
parent | 78ad75f8d77a1a5dd99d8d8dae66c49113bd0bd7 (diff) |
drm/amd/display: Remove duplicate define of TO_DCN20_HUBBUB
Signed-off-by: Yongqiang Sun <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Leo Li <[email protected]>
Acked-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h index 63d51ab57103..cdd19f5887d7 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h +++ b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h @@ -32,9 +32,6 @@ #define TO_DCN20_HUBBUB(hubbub)\ container_of(hubbub, struct dcn20_hubbub, base) -#define TO_DCN20_HUBBUB(hubbub)\ - container_of(hubbub, struct dcn20_hubbub, base) - #define HUBBUB_REG_LIST_DCN20(id)\ HUBBUB_REG_LIST_DCN_COMMON(), \ HUBBUB_VM_REG_LIST(), \ |