All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: remove duplicate included header files
@ 2023-01-18  7:39 ` ye.xingchen
  0 siblings, 0 replies; 5+ messages in thread
From: ye.xingchen @ 2023-01-18  7:39 UTC (permalink / raw)
  To: alexander.deucher
  Cc: sunpeng.li, xinhui.pan, rodrigo.siqueira, linux-kernel, amd-gfx,
	wenjing.liu, michael.strauss, dri-devel, george.shen, jun.lei,
	christian.koenig, jimmy.kizito

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] 5+ messages in thread

* [PATCH] drm/amd/display: remove duplicate included header files
@ 2023-01-18  7:39 ` ye.xingchen
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [PATCH] drm/amd/display: remove duplicate included header files
@ 2023-01-18  7:39 ` ye.xingchen
  0 siblings, 0 replies; 5+ messages in thread
From: ye.xingchen @ 2023-01-18  7:39 UTC (permalink / raw)
  To: alexander.deucher
  Cc: sunpeng.li, harry.wentland, xinhui.pan, rodrigo.siqueira,
	linux-kernel, amd-gfx, wenjing.liu, michael.strauss, dri-devel,
	daniel, george.shen, jun.lei, airlied, christian.koenig,
	jimmy.kizito

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] 5+ messages in thread

* Re: [PATCH] drm/amd/display: remove duplicate included header files
  2023-01-18  7:39 ` ye.xingchen
@ 2023-01-19  3:28   ` Alex Deucher
  -1 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2023-01-19  3:28 UTC (permalink / raw)
  To: ye.xingchen
  Cc: sunpeng.li, wenjing.liu, xinhui.pan, rodrigo.siqueira,
	linux-kernel, amd-gfx, michael.strauss, dri-devel, george.shen,
	alexander.deucher, 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] 5+ messages in thread

* Re: [PATCH] drm/amd/display: remove duplicate included header files
@ 2023-01-19  3:28   ` Alex Deucher
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2023-01-19  3:41 UTC | newest]

Thread overview: 5+ 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-18  7:39 ` ye.xingchen
2023-01-18  7:39 ` ye.xingchen
2023-01-19  3:28 ` Alex Deucher
2023-01-19  3:28   ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.