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

gpio: kempld: Include the right header

This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.

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

+1 -1
+1 -1
drivers/gpio/gpio-kempld.c
··· 20 20 #include <linux/bitops.h> 21 21 #include <linux/errno.h> 22 22 #include <linux/platform_device.h> 23 - #include <linux/gpio.h> 23 + #include <linux/gpio/driver.h> 24 24 #include <linux/mfd/kempld.h> 25 25 26 26 #define KEMPLD_GPIO_MAX_NUM 16