Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c947b7f authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: janz-ttl: Include the right header



This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c3a17403
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/slab.h>

#include <linux/mfd/janz.h>