summaryrefslogtreecommitdiff
path: root/drivers/hsi/controllers/omap_ssi.c
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2016-04-29 22:04:29 (GMT)
committerSebastian Reichel <sre@kernel.org>2016-05-02 19:55:20 (GMT)
commit73e6ce09c068d42d627874019899f1138740a6c5 (patch)
tree705dbfbfc5ac0c2ac9ee12f1334d90b9ad09a2ee /drivers/hsi/controllers/omap_ssi.c
parentc3b46c73264b03000d1e18b22f5caf63332547c9 (diff)
downloadlinux-73e6ce09c068d42d627874019899f1138740a6c5.tar.xz
HSI: omap_ssi_port: switch to gpiod API
Simplify driver by switching to new gpio descriptor based API. Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/hsi/controllers/omap_ssi.c')
-rw-r--r--drivers/hsi/controllers/omap_ssi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hsi/controllers/omap_ssi.c b/drivers/hsi/controllers/omap_ssi.c
index 27b91f1..c582229 100644
--- a/drivers/hsi/controllers/omap_ssi.c
+++ b/drivers/hsi/controllers/omap_ssi.c
@@ -24,7 +24,6 @@
#include <linux/err.h>
#include <linux/ioport.h>
#include <linux/io.h>
-#include <linux/gpio.h>
#include <linux/clk.h>
#include <linux/device.h>
#include <linux/platform_device.h>