]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: Remove function rtw_alloc_etherdev()
authornavin patidar <navin.patidar@gmail.com>
Thu, 10 Jul 2014 03:42:17 +0000 (09:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2014 04:15:21 +0000 (21:15 -0700)
commitcc42792ec58e2cd61ce9191b3017bdd4a455b560
tree4de175d7aca650d0521a3f809c3949baedbe1857
parentff2ae5a38df103c517b608101527dd6c4950423b
staging: rtl8188eu: Remove function rtw_alloc_etherdev()

rtw_alloc_etherdev() is used in rtw_init_netdev() but never gets called
because old_padapter is never NULL.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/osdep_service.h
drivers/staging/rtl8188eu/os_dep/os_intfs.c
drivers/staging/rtl8188eu/os_dep/osdep_service.c