diff mbox series

[4/7] gpio: twl6040: Include the right header

Message ID 20180903081556.1411-4-linus.walleij@linaro.org
State New
Headers show
Series [1/7] gpio: twl4030: Include the right header | expand

Commit Message

Linus Walleij Sept. 3, 2018, 8:15 a.m. UTC
This is a GPIO driver so include only <linux/gpio/driver.h>.

Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

---
 drivers/gpio/gpio-twl6040.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-twl6040.c b/drivers/gpio/gpio-twl6040.c
index dadeacf43e0c..095b20fd0315 100644
--- a/drivers/gpio/gpio-twl6040.c
+++ b/drivers/gpio/gpio-twl6040.c
@@ -26,7 +26,7 @@ 
 #include <linux/init.h>
 #include <linux/kthread.h>
 #include <linux/irq.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
 #include <linux/platform_device.h>
 #include <linux/of.h>