staging: rtl8188eu:Remove unused function rtl8188eu_set_hw_type()
authornavin patidar <navin.patidar@gmail.com>
Tue, 27 May 2014 15:35:46 +0000 (21:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 19:03:42 +0000 (12:03 -0700)
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_ops_linux.c
drivers/staging/rtl8188eu/include/usb_ops.h

index ca81530f9cf5cca472d045053829e923cf1f2d9d..3aadf560de00d0323d1a8318d50c1186a2c2eba3 100644 (file)
@@ -682,9 +682,3 @@ void rtl8188eu_set_intf_ops(struct _io_ops  *pops)
        pops->_read_port_cancel = &usb_read_port_cancel;
        pops->_write_port_cancel = &usb_write_port_cancel;
 }
-
-void rtl8188eu_set_hw_type(struct adapter *adapt)
-{
-       adapt->chip_type = RTL8188E;
-       DBG_88E("CHIP TYPE: RTL8188E\n");
-}
index 7d33477d551d82119dff17ec0c127d9446e09a3a..a290e0ff30609cef3365f80fc4d8a71695b58e83 100644 (file)
@@ -63,7 +63,6 @@ enum{
 #include <usb_ops_linux.h>
 
 void rtl8188eu_set_hw_type(struct adapter *padapter);
-#define hal_set_hw_type rtl8188eu_set_hw_type
 void rtl8188eu_set_intf_ops(struct _io_ops *pops);
 #define usb_set_intf_ops rtl8188eu_set_intf_ops