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>
Este commit está contenido en:
Linus Walleij
2018-09-12 13:34:40 +02:00
padre 2ab4a93980
commit 83a4e2c50e

Ver fichero

@@ -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>