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

Commit 516df4eb authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: xilinx: Use the right include



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

Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 50fe83a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/slab.h>

/* Register Offset Definitions */