diff options
author | Wan Jiabing <[email protected]> | 2021-04-29 11:04:01 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-05-10 18:06:43 -0400 |
commit | 4034fba1380184ee534115a6605bbb17c690406b (patch) | |
tree | 8cf9a27359ffb4d9bdd80836e19bf8c26da1750e | |
parent | ddab8bd788f5badb38b8e99d63bffc22225ee3e4 (diff) |
drm/amd/display: Remove duplicate include of hubp.h
In commit 482812d56698e ("drm/amd/display: Set max TTU on
DPG enable"), "hubp.h" was added which caused the duplicate include.
To be on the safe side, remove the later duplicate include.
Signed-off-by: Wan Jiabing <[email protected]>
Reviewed-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c index a869702d77af..d6f11dbf1bd4 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c @@ -59,7 +59,6 @@ #include "dc_link_ddc.h" #include "dm_helpers.h" #include "mem_input.h" -#include "hubp.h" #include "dc_link_dp.h" #include "dc_dmub_srv.h" |