提交 d2126e23 编写于 作者: R Ralf Baechle

[MIPS] Alchemy: Get rid of au_ffz().

There were no users - and why have a private version anyway.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 56f621c7
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册