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

Commit 83a4e2c5 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: xtensa: Include the right header



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

Acked-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2ab4a939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>