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

Configure Feed

Select the types of activity you want to include in your feed.

ARM: omap1: Drop header on AMS Delta

The AMS Delta board uses GPIO descriptors exclusively and
does not have any dependencies on the legacy <linux/gpio.h>
header, so just drop it.

Acked-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Fixes: 92bf78b33b0b ("gpio: omap: use dynamic allocation of base")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

-1
-1
arch/arm/mach-omap1/board-ams-delta.c
··· 11 11 #include <linux/gpio/driver.h> 12 12 #include <linux/gpio/machine.h> 13 13 #include <linux/gpio/consumer.h> 14 - #include <linux/gpio.h> 15 14 #include <linux/kernel.h> 16 15 #include <linux/init.h> 17 16 #include <linux/input.h>