mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLK
arch/mips/ar7/clock.c:420:5: error: redefinition of 'clk_enable' include/linux/clk.h:295:19: note: previous definition of 'clk_enable' was here arch/mips/ar7/clock.c:426:6: error: redefinition of 'clk_disable' include/linux/clk.h:300:20: note: previous definition of 'clk_disable' was here arch/mips/ar7/clock.c:431:15: error: redefinition of 'clk_get_rate' include/linux/clk.h:302:29: note: previous definition of 'clk_get_rate' was here arch/mips/ar7/clock.c:437:13: error: redefinition of 'clk_get' include/linux/clk.h:281:27: note: previous definition of 'clk_get' was here arch/mips/ar7/clock.c:454:6: error: redefinition of 'clk_put' include/linux/clk.h:291:20: note: previous definition of 'clk_put' was here make[2]: *** [arch/mips/ar7/clock.o] Error 1 Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips@linux-mips.org Reviewed-by: John Crispin <blogic@openwrt.org> Acked-by: Florian Fainelli <florian@openwrt.org> Patchwork: https://patchwork.linux-mips.org/patch/4140/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
		
							parent
							
								
									b902d9a98e
								
							
						
					
					
						commit
						8551fb643a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -77,6 +77,7 @@ config AR7 | |||
| 	select SYS_SUPPORTS_ZBOOT_UART16550 | ||||
| 	select ARCH_REQUIRE_GPIOLIB | ||||
| 	select VLYNQ | ||||
| 	select HAVE_CLK | ||||
| 	help | ||||
| 	  Support for the Texas Instruments AR7 System-on-a-Chip | ||||
| 	  family: TNETD7100, 7200 and 7300. | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Yoichi Yuasa
						Yoichi Yuasa