diff options
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_mux.h')
| -rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_mux.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_mux.h b/drivers/net/wwan/iosm/iosm_ipc_mux.h index 9968bb885c1f..17ca8d1f9397 100644 --- a/drivers/net/wwan/iosm/iosm_ipc_mux.h +++ b/drivers/net/wwan/iosm/iosm_ipc_mux.h @@ -333,9 +333,7 @@ struct mux_acb {   * @wwan_q_offset:	This will hold the offset of the given instance   *			Useful while passing or receiving packets from   *			wwan/imem layer. - * @adb_finish_timer:	Timer for forcefully finishing the ADB   * @acb_tx_sequence_nr: Sequence number for the ACB header. - * @params:		user configurable parameters   * @adb_tx_sequence_nr: Sequence number for ADB header   * @acc_adb_size:       Statistic data for logging   * @acc_payload_size:   Statistic data for logging @@ -367,9 +365,7 @@ struct iosm_mux {  	long long ul_data_pend_bytes;  	struct mux_acb acb;  	int wwan_q_offset; -	struct hrtimer adb_finish_timer;  	u16 acb_tx_sequence_nr; -	struct ipc_params *params;  	u16 adb_tx_sequence_nr;  	unsigned long long acc_adb_size;  	unsigned long long acc_payload_size;  | 
