From dfa46d23406f8aaf4e4ea2410816c3ed736398eb Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 4 Jun 2014 15:14:49 +0200 Subject: ARM: kill CONFIG_NEED_MACH_GPIO_H The long pain of maintaining the legacy include ladder is now gone with S5P as the last user being deleted. Cut this Kconfig option and remove the inclusion directive in for good. Acked-by: Alexandre Courbot Signed-off-by: Linus Walleij --- arch/arm/include/asm/gpio.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/arm/include/asm/gpio.h') diff --git a/arch/arm/include/asm/gpio.h b/arch/arm/include/asm/gpio.h index 477e0206e016..5e1742ea36b7 100644 --- a/arch/arm/include/asm/gpio.h +++ b/arch/arm/include/asm/gpio.h @@ -5,11 +5,6 @@ #define ARCH_NR_GPIOS CONFIG_ARCH_NR_GPIO #endif -/* not all ARM platforms necessarily support this API ... */ -#ifdef CONFIG_NEED_MACH_GPIO_H -#include -#endif - #ifndef __ARM_GPIOLIB_COMPLEX /* Note: this may rely upon the value of ARCH_NR_GPIOS set in mach/gpio.h */ #include -- cgit