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

ARM: delete old reference to ARM_GPIOLIB_COMPLEX

This inclusion guard became pointless after commit
40ca061b1bb8827609d39679ddde6705551cb031
"ARM: 7841/1: sa1100: remove complex GPIO interface"
which removed the last complex gpiolib interface.

Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

-2
-2
arch/arm/include/asm/gpio.h
··· 5 5 #define ARCH_NR_GPIOS CONFIG_ARCH_NR_GPIO 6 6 #endif 7 7 8 - #ifndef __ARM_GPIOLIB_COMPLEX 9 8 /* Note: this may rely upon the value of ARCH_NR_GPIOS set in mach/gpio.h */ 10 9 #include <asm-generic/gpio.h> 11 10 ··· 12 13 #define gpio_get_value __gpio_get_value 13 14 #define gpio_set_value __gpio_set_value 14 15 #define gpio_cansleep __gpio_cansleep 15 - #endif 16 16 17 17 /* 18 18 * Provide a default gpio_to_irq() which should satisfy every case.