From: Jes Sorensen Date: Sun, 25 May 2014 20:43:47 +0000 (+0200) Subject: staging: rtl8723au: Remove unused struct btdata_info X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=13aa75858bff8ae0799f40ab2b37dfa912f8947c;p=linux-beck.git staging: rtl8723au: Remove unused struct btdata_info Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/include/rtl8723a_bt-coexist.h b/drivers/staging/rtl8723au/include/rtl8723a_bt-coexist.h index 2a6a1005d6cf..05069652bae1 100644 --- a/drivers/staging/rtl8723au/include/rtl8723a_bt-coexist.h +++ b/drivers/staging/rtl8723au/include/rtl8723a_bt-coexist.h @@ -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__)); \