staging: rtl8821ae: add static for local symbols in rtl_btc.c
authorKonrad Zapalowicz <bergo.torino@gmail.com>
Sat, 24 May 2014 15:23:12 +0000 (17:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 18:11:18 +0000 (11:11 -0700)
commit83991567b15ac0fac45f515dbc128a792d83e562
tree2c10a4c4e894d21ae2e1db31b3fd7cd52721bd3a
parent45475dc312d586744baabf8c5a330878faaf55ba
staging: rtl8821ae: add static for local symbols in rtl_btc.c

This commit fixes the sparse warning:

    "warning: symbol 'X' was not declared. Should it be static?"

Where the X is one of the following

    rtl_btc_operation

Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/btcoexist/rtl_btc.c
This page took 0.02423 seconds and 5 git commands to generate.