From d9e048cdd260a1e7f9f2e25cb2bad46521812d99 Mon Sep 17 00:00:00 2001 From: Cihangir Akturk Date: Tue, 24 Mar 2015 21:53:53 +0200 Subject: [PATCH] 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-format-patch failed