mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: remove repeated includes
@ 2022-07-06  9:13 Guo Zhengkui
  2022-07-06 13:49 ` Harry Wentland
  0 siblings, 1 reply; 3+ messages in thread
From: Guo Zhengkui @ 2022-07-06  9:13 UTC (permalink / raw)
  To: Harry Wentland, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, Pan, Xinhui, David Airlie, Daniel Vetter,
	Thomas Zimmermann, Guo Zhengkui, Jimmy Kizito,
	open list:AMD DISPLAY CORE, open list:DRM DRIVERS, open list
  Cc: zhengkui_guo

Remove a repeated "#include <drm/drm_print.h>"

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
---
 drivers/gpu/drm/amd/display/dc/os_types.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
index 795dd486b6d6..6b88ae14f1f9 100644
--- a/drivers/gpu/drm/amd/display/dc/os_types.h
+++ b/drivers/gpu/drm/amd/display/dc/os_types.h
@@ -39,8 +39,6 @@
 #include <drm/display/drm_dp_helper.h>
 #include <drm/drm_print.h>
 
-#include <drm/drm_print.h>
-
 #include "cgs_common.h"
 
 #if defined(__BIG_ENDIAN) && !defined(BIGENDIAN_CPU)
-- 
2.20.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amd/display: remove repeated includes
  2022-07-06  9:13 [PATCH] drm/amd/display: remove repeated includes Guo Zhengkui
@ 2022-07-06 13:49 ` Harry Wentland
  2022-07-06 15:53   ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Harry Wentland @ 2022-07-06 13:49 UTC (permalink / raw)
  To: Guo Zhengkui, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, Pan, Xinhui, David Airlie, Daniel Vetter,
	Thomas Zimmermann, Jimmy Kizito, open list:AMD DISPLAY CORE,
	open list:DRM DRIVERS, open list
  Cc: zhengkui_guo

On 2022-07-06 05:13, Guo Zhengkui wrote:
> Remove a repeated "#include <drm/drm_print.h>"
> 
> Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  drivers/gpu/drm/amd/display/dc/os_types.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
> index 795dd486b6d6..6b88ae14f1f9 100644
> --- a/drivers/gpu/drm/amd/display/dc/os_types.h
> +++ b/drivers/gpu/drm/amd/display/dc/os_types.h
> @@ -39,8 +39,6 @@
>  #include <drm/display/drm_dp_helper.h>
>  #include <drm/drm_print.h>
>  
> -#include <drm/drm_print.h>
> -
>  #include "cgs_common.h"
>  
>  #if defined(__BIG_ENDIAN) && !defined(BIGENDIAN_CPU)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amd/display: remove repeated includes
  2022-07-06 13:49 ` Harry Wentland
@ 2022-07-06 15:53   ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2022-07-06 15:53 UTC (permalink / raw)
  To: Harry Wentland
  Cc: Guo Zhengkui, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, Pan, Xinhui, David Airlie, Daniel Vetter,
	Thomas Zimmermann, Jimmy Kizito, open list:AMD DISPLAY CORE,
	open list:DRM DRIVERS, open list, zhengkui_guo

Applied.  Thanks!

On Wed, Jul 6, 2022 at 9:49 AM Harry Wentland <harry.wentland@amd.com> wrote:
>
> On 2022-07-06 05:13, Guo Zhengkui wrote:
> > Remove a repeated "#include <drm/drm_print.h>"
> >
> > Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
>
> Reviewed-by: Harry Wentland <harry.wentland@amd.com>
>
> Harry
>
> > ---
> >  drivers/gpu/drm/amd/display/dc/os_types.h | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
> > index 795dd486b6d6..6b88ae14f1f9 100644
> > --- a/drivers/gpu/drm/amd/display/dc/os_types.h
> > +++ b/drivers/gpu/drm/amd/display/dc/os_types.h
> > @@ -39,8 +39,6 @@
> >  #include <drm/display/drm_dp_helper.h>
> >  #include <drm/drm_print.h>
> >
> > -#include <drm/drm_print.h>
> > -
> >  #include "cgs_common.h"
> >
> >  #if defined(__BIG_ENDIAN) && !defined(BIGENDIAN_CPU)
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-06 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06  9:13 [PATCH] drm/amd/display: remove repeated includes Guo Zhengkui
2022-07-06 13:49 ` Harry Wentland
2022-07-06 15:53   ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®