diff options
author | Sebastian Reichel <sre@kernel.org> | 2016-04-30 00:04:29 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-05-02 21:55:20 +0200 |
commit | 73e6ce09c068d42d627874019899f1138740a6c5 (patch) | |
tree | 705dbfbfc5ac0c2ac9ee12f1334d90b9ad09a2ee /drivers/hsi/controllers/omap_ssi.c | |
parent | c3b46c73264b03000d1e18b22f5caf63332547c9 (diff) |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hsi/controllers/omap_ssi.c b/drivers/hsi/controllers/omap_ssi.c index 27b91f14ba7a..c582229d1cd2 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> |