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

gpio: rc5t583: 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-rc5t583.c
··· 25 25 #include <linux/slab.h> 26 26 #include <linux/platform_device.h> 27 27 #include <linux/device.h> 28 - #include <linux/gpio.h> 28 + #include <linux/gpio/driver.h> 29 29 #include <linux/mfd/rc5t583.h> 30 30 31 31 struct rc5t583_gpio {