From: Laurent Pinchart Date: Mon, 28 May 2018 14:16:52 +0000 (+0300) Subject: drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2167f9e28a30a4b129b2464fbc5ee8c15e254ff1;p=openwrt%2Fstaging%2Fblogic.git drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header The driver doesn't use GPIOs and thus doesn't need to include the linux/gpio.h header. Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Reichel Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c index fc08f71b95a0..ecb903a93cf4 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c @@ -27,7 +27,6 @@ #include #include #include -#include #include "../dss/omapdss.h"