From a51bab6d42be47ae5df899bd7f72bcd4b4c321bf Mon Sep 17 00:00:00 2001 From: Somya Anand Date: Sun, 22 Mar 2015 14:49:29 +0530 Subject: [PATCH] Staging: rtl8723au: Remove unused function rtw_atimdone_event_callback23a This patch fixes the following sparse warning: warning: symbol 'rtw_atimdone_event_callback23a' was not declared. Should it be static? rtw_atimdone_event_callback23a is local to the file rtw_mlme.c but it isn't exposed in a header file anywhere. Moreover it is never called from anywhere as well. So, this patch removes this function completely. Signed-off-by: Somya Anand Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed