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

gpio: lp873x: Include the right header

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

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

+1 -1
+1 -1
drivers/gpio/gpio-lp873x.c
··· 14 14 * Based on the TPS65218 driver 15 15 */ 16 16 17 - #include <linux/gpio.h> 17 + #include <linux/gpio/driver.h> 18 18 #include <linux/module.h> 19 19 #include <linux/platform_device.h> 20 20 #include <linux/regmap.h>