提交 6afaab95 编写于 作者: H Himangi Saraogi 提交者: Greg Kroah-Hartman

staging:rtl8821ae:btcoexist: Fix non-ANSI sparse warnings

This patch fixes the sparse warning:
drivers/staging/rtl8821ae/btcoexist/halbtcoutsrc.c:1080:41: warning: non-ANSI function declaration of function
by adding void to the parameterless function.
Signed-off-by: NHimangi Saraogi <himangi774@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 74a371a0
......@@ -1077,7 +1077,7 @@ void exhalbtc_dbg_control(struct btc_coexist *btcoexist,
btcoexist->statistics.cnt_dbg_ctrl++;
}
void exhalbtc_stack_update_profile_info()
void exhalbtc_stack_update_profile_info(void)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册