Browse Source

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>
Linus Walleij 7 years ago
parent
commit
7113ea8a8f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpio/gpio-ftgpio010.c

+ 0 - 1
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 */