diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-06-06 10:28:51 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-06-16 05:13:11 -0400 |
commit | ff8c474d1567bb311a2292efb02d362d3e3cf60e (patch) | |
tree | 796814a0416ca34d96b2eca62a22d2f20f86fba0 /drivers/gpio/gpio-merrifield.c | |
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/gpio-merrifield.c')
-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 @@ | |||
11 | 11 | ||
12 | #include <linux/bitops.h> | 12 | #include <linux/bitops.h> |
13 | #include <linux/gpio/driver.h> | 13 | #include <linux/gpio/driver.h> |
14 | #include <linux/gpio.h> | ||
15 | #include <linux/init.h> | 14 | #include <linux/init.h> |
16 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
17 | #include <linux/io.h> | 16 | #include <linux/io.h> |