mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	This option does not exist, so the code attached to it is not used. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			178 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			178 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_ARCH_GPIO_H
 | |
| #define __ASM_ARCH_GPIO_H
 | |
| 
 | |
| #if defined(CONFIG_R8A7740)
 | |
| #include "r8a7740-gpio.h"
 | |
| void r8a7740_pinmux_init(void);
 | |
| #endif
 | |
| 
 | |
| #endif /* __ASM_ARCH_GPIO_H */
 |