]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit0fb7778790811d1d838e57891ba320a0011e8ff6
tree4de175d7aca650d0521a3f809c3949baedbe1857
parent9ed24e1f1a3619ca6e99c192d2bd22619ee7e928
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