mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 16:52:06 +10:00 
			
		
		
		
	[MIPS] Alchemy: Get rid of au_ffz().
There were no users - and why have a private version anyway. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
		
							parent
							
								
									56f621c7f6
								
							
						
					
					
						commit
						d2126e230d
					
				@ -91,13 +91,6 @@ static inline u32 au_readl(unsigned long reg)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
static __inline__ int au_ffz(unsigned int x)
 | 
			
		||||
{
 | 
			
		||||
	if ((x = ~x) == 0)
 | 
			
		||||
		return 32;
 | 
			
		||||
	return __ilog2(x & -x);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* arch/mips/au1000/common/clocks.c */
 | 
			
		||||
extern void set_au1x00_speed(unsigned int new_freq);
 | 
			
		||||
extern unsigned int get_au1x00_speed(void);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user