From 460543ba2937283ca810f2f544e1bb5b5da3cd9d Mon Sep 17 00:00:00 2001 From: Manisha Agrawal Date: Tue, 3 Nov 2015 15:22:49 -0600 Subject: [PATCH] drm/omap: tpd12s015: gpio descriptor API Migrated the gpio APIs to descriptor-interface based. Signed-off-by: Manisha Agrawal Acked-by: Tomi Valkeinen Acked-by: Laurent Pinchart --- .../gpu/drm/omapdrm/displays/encoder-tpd12s015.c | 79 ++++++++-------------- 1 file changed, 28 insertions(+), 51 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c b/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c index 49fbad0..7fa80f5 100644 --- a/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c +++ b/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c @@ -13,9 +13,8 @@ #include #include #include -#include #include -#include +#include #include