diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-06-06 17:28:51 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-06-16 11:13:11 +0200 |
commit | ff8c474d1567bb311a2292efb02d362d3e3cf60e (patch) | |
tree | 796814a0416ca34d96b2eca62a22d2f20f86fba0 /drivers/gpio | |
parent | ead066e682af74d8bca000da90e05b5dafa6fbeb (diff) |
gpio: merrifield: Remove unused header
I don't remember how linux/gpio.h made the source, now it seems unused.
Remove it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-merrifield.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-merrifield.c b/drivers/gpio/gpio-merrifield.c index 9dbdc3672f5e..ec8560298805 100644 --- a/drivers/gpio/gpio-merrifield.c +++ b/drivers/gpio/gpio-merrifield.c @@ -11,7 +11,6 @@ #include <linux/bitops.h> #include <linux/gpio/driver.h> -#include <linux/gpio.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> |