Browse Source

gpio: xtensa: Include the right header

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

Acked-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 7 years ago
parent
commit
83a4e2c50e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpio/gpio-xtensa.c

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

@@ -30,7 +30,7 @@
 
 #include <linux/err.h>
 #include <linux/module.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
 #include <linux/bitops.h>
 #include <linux/platform_device.h>