[PATCH] drm/amd/display: Fix duplicate included hubp.h

From: Jiapeng Chong
Date: Wed May 12 2021 - 06:15:10 EST


Clean up the following includecheck warning:

./drivers/gpu/drm/amd/display/dc/core/dc.c: hubp.h is included more than
once.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
drivers/gpu/drm/amd/display/dc/core/dc.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
index 4713f09..a3c73c2 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"
--
1.8.3.1