staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' static
authorJulius Hemanth Pitti <juliushemanth@gmail.com>
Tue, 9 Jun 2020 21:24:14 +0000 (14:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2020 19:26:18 +0000 (21:26 +0200)
commitce59858bbc104ab5afddbd3e00edcdaed134ac68
tree797970291f56c64392261b9128c293801d1c93d4
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' static

Add "static" for local methods wfx_get_ps_timeout() and
wfx_update_pm() to address following sparse warnings.

wfx/sta.c:203:5: warning: symbol 'wfx_get_ps_timeout' was not declared. Should it be static?
wfx/sta.c:233:5: warning: symbol 'wfx_update_pm' was not declared. Should it be static?

Signed-off-by: Julius Hemanth Pitti <juliushemanth@gmail.com>
Link: https://lore.kernel.org/r/1591737854-11855-1-git-send-email-juliushemanth@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/sta.c