From: Sebastian Reichel Date: Mon, 24 Jul 2017 17:33:09 +0000 (+0200) Subject: drm/omap: panel-dsi-cm: switch to gpiod X-Git-Tag: for-linus-20180210~4^2~20^2~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9231abd32876dba795916f66618900a69929776f;p=linux-block.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 d139bb70a5e7..996991de674b 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