Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/gpio/gpio-xtensa.c
··· 30 30 31 31 #include <linux/err.h> 32 32 #include <linux/module.h> 33 - #include <linux/gpio.h> 33 + #include <linux/gpio/driver.h> 34 34 #include <linux/bitops.h> 35 35 #include <linux/platform_device.h> 36 36