OSDN Git Service

staging: rtl8188eu: Remove unused function iol_ioconfig()
authornavin patidar <navin.patidar@gmail.com>
Sun, 10 Aug 2014 14:44:32 +0000 (20:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:22 +0000 (12:23 -0700)
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c

index 16525b0..50b1332 100644 (file)
@@ -99,15 +99,6 @@ s32 rtl8188e_iol_efuse_patch(struct adapter *padapter)
        return result;
 }
 
-static s32 iol_ioconfig(struct adapter *padapter, u8 iocfg_bndy)
-{
-       s32 rst = _SUCCESS;
-
-       usb_write8(padapter, REG_TDECTRL+1, iocfg_bndy);
-       rst = iol_execute(padapter, CMD_IOCONFIG);
-       return rst;
-}
-
 #define MAX_REG_BOLCK_SIZE     196
 
 void _8051Reset88E(struct adapter *padapter)