Browse Source

gpio: vf610: Include the right header

This is a GPIO driver so only include <linux/gpio/driver.h>.

Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 7 years ago
parent
commit
45e8296cc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpio/gpio-vf610.c

+ 1 - 1
drivers/gpio/gpio-vf610.c

@@ -17,7 +17,7 @@
 
 #include <linux/bitops.h>
 #include <linux/err.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/io.h>