mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	clk: mediatek: remove unused array audio_parents
Array audio_parents is declared but never used, hence it is redundant and can be removed. Cleans up clang warning: warning: 'audio_parents' defined but not used [-Wunused-const-variable=] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
		
							parent
							
								
									5b394b2ddf
								
							
						
					
					
						commit
						1adb0a9faa
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -249,11 +249,6 @@ static const char * const msdc30_parents[] = {
 | 
			
		|||
	"univpll2_d4"
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const char * const audio_parents[] = {
 | 
			
		||||
	"clk26m",
 | 
			
		||||
	"syspll1_d16"
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const char * const aud_intbus_parents[] = {
 | 
			
		||||
	"clk26m",
 | 
			
		||||
	"syspll1_d4",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue