diff mbox series

[-next] drm/sti: Remove duplicated include from sti_drv.c

Message ID 20190620150306.124839-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] drm/sti: Remove duplicated include from sti_drv.c | expand

Commit Message

Yue Haibing June 20, 2019, 3:03 p.m. UTC
Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/gpu/drm/sti/sti_drv.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Benjamin Gaignard June 21, 2019, 9:42 a.m. UTC | #1
Le jeu. 20 juin 2019 à 16:56, YueHaibing <yuehaibing@huawei.com> a écrit :
>
> Remove duplicated include.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied on drm-misc-next,
Thanks for the patch.

Benjamin

> ---
>  drivers/gpu/drm/sti/sti_drv.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
> index bb6ae6dd66c9..2edd666fb44a 100644
> --- a/drivers/gpu/drm/sti/sti_drv.c
> +++ b/drivers/gpu/drm/sti/sti_drv.c
> @@ -23,7 +23,6 @@
>
>  #include "sti_crtc.h"
>  #include "sti_drv.h"
> -#include "sti_drv.h"
>  #include "sti_plane.h"
>
>  #define DRIVER_NAME    "sti"
>
>
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
index bb6ae6dd66c9..2edd666fb44a 100644
--- a/drivers/gpu/drm/sti/sti_drv.c
+++ b/drivers/gpu/drm/sti/sti_drv.c
@@ -23,7 +23,6 @@ 
 
 #include "sti_crtc.h"
 #include "sti_drv.h"
-#include "sti_drv.h"
 #include "sti_plane.h"
 
 #define DRIVER_NAME	"sti"