staging:rtl8821ae:btcoexist: Fix non-ANSI sparse warnings
authorHimangi Saraogi <himangi774@gmail.com>
Sat, 8 Mar 2014 23:42:50 +0000 (05:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 04:35:15 +0000 (20:35 -0800)
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>
drivers/staging/rtl8821ae/btcoexist/halbtcoutsrc.c

index 1152fc8683a09ee5f0122e0ec7f41e082a47d7f5..c4e83773ec982d62dd5ac960312017999db38919 100644 (file)
@@ -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)
 {
 }
 
This page took 0.044257 seconds and 5 git commands to generate.