diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-03-04 22:59:49 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-03-19 01:50:24 +0100 |
commit | 7113ea8a8f56e8d33824e215757fae9e38f3b1fb (patch) | |
tree | 93e047c0587049b083f8ad8152ee8d52fd88f66b /drivers/gpio | |
parent | 7275cb75b96f5cec924ea95685d906d09b6a82f4 (diff) | |
download | linux-7113ea8a8f56e8d33824e215757fae9e38f3b1fb.tar.bz2 |
gpio: ftgpio010: Drop of_gpio.h include
This driver does not make use of the functions in
<linux/of_gpio.h> so drop this include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-ftgpio010.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ftgpio010.c b/drivers/gpio/gpio-ftgpio010.c index e80634c464a9..868bf8501560 100644 --- a/drivers/gpio/gpio-ftgpio010.c +++ b/drivers/gpio/gpio-ftgpio010.c @@ -14,7 +14,6 @@ #include <linux/io.h> #include <linux/interrupt.h> #include <linux/platform_device.h> -#include <linux/of_gpio.h> #include <linux/bitops.h> /* GPIO registers definition */ |