From 949c4ef0dbde37e7baaa993d35a5d04a7edab38a Mon Sep 17 00:00:00 2001 From: Marcus Farkas Date: Sun, 1 Jun 2014 17:18:26 +0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed