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

gpio: spear-spics: Include the right header

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

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1 -1
+1 -1
drivers/gpio/gpio-spear-spics.c
··· 10 10 */ 11 11 12 12 #include <linux/err.h> 13 - #include <linux/gpio.h> 13 + #include <linux/gpio/driver.h> 14 14 #include <linux/io.h> 15 15 #include <linux/init.h> 16 16 #include <linux/of.h>