 1a6e29c913
			
		
	
	
	1a6e29c913
	
	
	
		
			
			ARCH_NR_GPIOS was defined statically to include exactly all SoC specific GPIOs. Now if additional GPIOs need to be added dynamically, e.g. via DT, none are available. Removing the mach specific setting, leaving ARCH_NR_GPIOS to the default of 256 (currently in include/asm-generic/gpio.h). Signed-off-by: Roland Stigge <stigge@antcom.de> Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			99 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			99 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MACH_GPIO_H
 | |
| #define __MACH_GPIO_H
 | |
| 
 | |
| #include "gpio-lpc32xx.h"
 | |
| 
 | |
| #endif /* __MACH_GPIO_H */
 |