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

gpio: lp3943: Include the right header

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

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

+1 -1
+1 -1
drivers/gpio/gpio-lp3943.c
··· 12 12 13 13 #include <linux/bitops.h> 14 14 #include <linux/err.h> 15 - #include <linux/gpio.h> 15 + #include <linux/gpio/driver.h> 16 16 #include <linux/i2c.h> 17 17 #include <linux/mfd/lp3943.h> 18 18 #include <linux/module.h>