Browse Source

gpio: spear-spics: Include the right header

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

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 7 years ago
parent
commit
9fc18cc54a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpio/gpio-spear-spics.c

+ 1 - 1
drivers/gpio/gpio-spear-spics.c

@@ -10,7 +10,7 @@
  */
 
 #include <linux/err.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
 #include <linux/io.h>
 #include <linux/init.h>
 #include <linux/of.h>