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

gpio: timberdale: Include the right header

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

Cc: Richard Röjfors <richard.rojfors@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1 -1
+1 -1
drivers/gpio/gpio-timberdale.c
··· 22 22 */ 23 23 24 24 #include <linux/init.h> 25 - #include <linux/gpio.h> 25 + #include <linux/gpio/driver.h> 26 26 #include <linux/platform_device.h> 27 27 #include <linux/irq.h> 28 28 #include <linux/io.h>