summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-02-19 09:22:41 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-02-19 09:22:41 +0100
commit0a7439ef755d46a2e61d460d7a440f7fa65d7182 (patch)
tree12ffd2427f1ed76cb0de33f86e218b5eef891154 /drivers/gpio
parentaa6aedb547209391db75b2e4fdbce6b442fd5891 (diff)
downloadop-kernel-dev-0a7439ef755d46a2e61d460d7a440f7fa65d7182.zip
op-kernel-dev-0a7439ef755d46a2e61d460d7a440f7fa65d7182.tar.gz
gpio: tps65218: remove unused #include
Just as it says: after adding the proper interfaces to gpiolib, this is no longer needed. Suggested-by: Nicolas Saenz Julienne <nicolassaenzj@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-tps65218.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tps65218.c b/drivers/gpio/gpio-tps65218.c
index 2fc7e16..313c0e4 100644
--- a/drivers/gpio/gpio-tps65218.c
+++ b/drivers/gpio/gpio-tps65218.c
@@ -17,7 +17,6 @@
#include <linux/gpio/driver.h>
#include <linux/platform_device.h>
#include <linux/mfd/tps65218.h>
-#include "gpiolib.h"
struct tps65218_gpio {
struct tps65218 *tps65218;
OpenPOWER on IntegriCloud