OSDN Git Service

staging: rtl8723au: Remove unused struct btdata_info
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 25 May 2014 20:43:47 +0000 (22:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 22:14:46 +0000 (15:14 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/rtl8723a_bt-coexist.h

index 2a6a100..0506965 100644 (file)
@@ -1086,12 +1086,6 @@ enum hci_ext_bp_operation {
        HCI_BT_OP_MAX
 };
 
-/*     Function proto type */
-struct btdata_entry {
-       struct list_head        List;
-       void                    *pDataBlock;
-};
-
 #define BTHCI_SM_WITH_INFO(_Adapter, _StateToEnter, _StateCmd, _EntryNum)      \
 {                                                                              \
        RTPRINT(FIOCTL, IOCTL_STATE, ("[BT state change] caused by ""%s"", line =%d\n", __func__, __LINE__));                                                   \