From: Cihangir Akturk Date: Tue, 24 Mar 2015 19:53:53 +0000 (+0200) Subject: staging: rtl8192u: Fix static decleration sparse warning. X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~58 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e048cdd260a1e7f9f2e25cb2bad46521812d99;p=pandora-kernel.git staging: rtl8192u: Fix static decleration sparse warning. The function 'ieee80211_check_auth_response' is used only in this file, so make it static. This patch fixes the following sparse warning. 'ieee80211_check_auth_response' was not declared. Should it be static? Signed-off-by: Cihangir Akturk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed