diff mbox series

drm/amd/display: remove repeated includes

Message ID 20220706091329.62192-1-guozhengkui@vivo.com (mailing list archive)
State New, archived
Headers show
Series drm/amd/display: remove repeated includes | expand

Commit Message

Guo Zhengkui July 6, 2022, 9:13 a.m. UTC
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(-)

Comments

Harry Wentland July 6, 2022, 1:49 p.m. UTC | #1
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)
Alex Deucher July 6, 2022, 3:53 p.m. UTC | #2
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)
>
diff mbox series

Patch

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)