提交 d6a61ba4 编写于 作者: J James A Shackleford 提交者: Greg Kroah-Hartman

staging: rtl8712: remove unused inline _RND256()

Signed-off-by: NJames A Shackleford <shack@linux.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fa867453
......@@ -184,11 +184,6 @@ static inline void flush_signals_thread(void)
flush_signals(current);
}
static inline u32 _RND256(u32 sz)
{
return ((sz >> 8) + ((sz & 255) ? 1 : 0)) << 8;
}
static inline u32 _RND512(u32 sz)
{
return ((sz >> 9) + ((sz & 511) ? 1 : 0)) << 9;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部