From: YueHaibing Date: Thu, 20 Jun 2019 15:03:06 +0000 (+0000) Subject: drm/sti: Remove duplicated include from sti_drv.c X-Git-Tag: v5.4-rc1~106^2~18^2~398 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b8142e3a63dad1e2b7a71a539d73c02d4d0c1353;p=linux.git drm/sti: Remove duplicated include from sti_drv.c Remove duplicated include. Signed-off-by: YueHaibing Signed-off-by: Benjamin Gaignard Link: https://patchwork.freedesktop.org/patch/msgid/20190620150306.124839-1-yuehaibing@huawei.com --- 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"