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 |
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 --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"
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- drivers/gpu/drm/sti/sti_drv.c | 1 - 1 file changed, 1 deletion(-)