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

ARM: scoop: Use the right include

This is a GPIO driver so it should include
<linux/gpio/driver.h> not <linux/gpio.h>

Link: https://lore.kernel.org/r/20190820103429.7028-1-linus.walleij@linaro.org
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Linus Walleij and committed by
Arnd Bergmann
f73d137d 9ddb2526

+1 -1
+1 -1
arch/arm/common/scoop.c
··· 8 8 */ 9 9 10 10 #include <linux/device.h> 11 - #include <linux/gpio.h> 11 + #include <linux/gpio/driver.h> 12 12 #include <linux/string.h> 13 13 #include <linux/slab.h> 14 14 #include <linux/platform_device.h>