staging: rtl8821ae: fix sparse warning for static declarations
authorMarcus Farkas <marcus.farkas@finitebox.com>
Sun, 1 Jun 2014 15:18:26 +0000 (17:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 23:44:57 +0000 (16:44 -0700)
commit949c4ef0dbde37e7baaa993d35a5d04a7edab38a
tree1f55af904b71976b13871e9cdb67f648291050d8
parentbd9dc62c365c0a6cf12d571ec0a2f10218a30c81
staging: rtl8821ae: fix sparse warning for static declarations

This commit fixes the following sparse warnings in ps.c:
  - 702: warning: symbol 'rtl_p2p_noa_ie' was not declared. Should it be static?
  - 802: warning: symbol 'rtl_p2p_action_ie' was not declared. Should it be static?

Signed-off-by: Marcus Farkas <marcus.farkas@finitebox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/ps.c