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

gpio: max730x: 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-max730x.c
··· 35 35 #include <linux/platform_device.h> 36 36 #include <linux/mutex.h> 37 37 #include <linux/spi/max7301.h> 38 - #include <linux/gpio.h> 38 + #include <linux/gpio/driver.h> 39 39 #include <linux/slab.h> 40 40 41 41 /*