* [PATCH] drm/amd/display: remove duplicate included header files
@ 2023-01-18 7:39 ye.xingchen
2023-01-19 3:28 ` Alex Deucher
0 siblings, 1 reply; 2+ messages in thread
From: ye.xingchen @ 2023-01-18 7:39 UTC (permalink / raw)
To: alexander.deucher
Cc: harry.wentland, sunpeng.li, rodrigo.siqueira, christian.koenig,
xinhui.pan, airlied, daniel, wenjing.liu, george.shen, jun.lei,
jimmy.kizito, michael.strauss, amd-gfx, dri-devel, linux-kernel
From: ye xingchen <ye.xingchen@zte.com.cn>
resource.h is included more than once.
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
index 1e60827911c6..6747e4b199de 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
@@ -47,7 +47,6 @@
#include "link/link_dp_training_auxless.h"
#include "link/link_dp_phy.h"
#include "link/link_dp_capability.h"
-#include "resource.h"
#define DC_LOGGER \
link->ctx->logger
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/amd/display: remove duplicate included header files
2023-01-18 7:39 [PATCH] drm/amd/display: remove duplicate included header files ye.xingchen
@ 2023-01-19 3:28 ` Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2023-01-19 3:28 UTC (permalink / raw)
To: ye.xingchen
Cc: alexander.deucher, sunpeng.li, xinhui.pan, rodrigo.siqueira,
linux-kernel, amd-gfx, wenjing.liu, michael.strauss, dri-devel,
george.shen, jun.lei, christian.koenig, jimmy.kizito
Applied. Thanks!
Alex
On Wed, Jan 18, 2023 at 2:49 AM <ye.xingchen@zte.com.cn> wrote:
>
> From: ye xingchen <ye.xingchen@zte.com.cn>
>
> resource.h is included more than once.
>
> Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
> ---
> drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
> index 1e60827911c6..6747e4b199de 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
> @@ -47,7 +47,6 @@
> #include "link/link_dp_training_auxless.h"
> #include "link/link_dp_phy.h"
> #include "link/link_dp_capability.h"
> -#include "resource.h"
> #define DC_LOGGER \
> link->ctx->logger
>
> --
> 2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-19 3:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18 7:39 [PATCH] drm/amd/display: remove duplicate included header files ye.xingchen
2023-01-19 3:28 ` Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox