]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8723au: Remove unused function rtw_atimdone_event_callback23a
authorSomya Anand <somyaanand214@gmail.com>
Sun, 22 Mar 2015 09:19:29 +0000 (14:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 21:41:16 +0000 (22:41 +0100)
commit4614023f27b196861e38dad9ca977be60e3b9125
tree50213ac5a3ebf34ee6f10973dd9a47395822bed3
parentfec95e84d946b4995c410d71f959754ae364a86e
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 <somyaanand214@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme.c