mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
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: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
74a371a0c2
commit
6afaab954f
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user