From: Sebastian Reichel Date: Mon, 24 Jul 2017 17:33:09 +0000 (+0200) Subject: drm/omap: panel-dsi-cm: switch to gpiod X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9231abd32876dba795916f66618900a69929776f;p=linux.git drm/omap: panel-dsi-cm: switch to gpiod Use the new descriptor based GPIO API instead of the legacy one, which results in cleaner code with less lines of code. Signed-off-by: Sebastian Reichel Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c index d139bb70a5e7d..996991de674b2 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include