diff options
| author | Kalle Valo <[email protected]> | 2020-11-24 17:57:11 +0200 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2020-11-24 17:57:11 +0200 |
| commit | 526740b495059ebbc0c3c086dceca1263820fa4f (patch) | |
| tree | 2fb14afd01a47792e42a832a38681fb0da9c9dd2 /include/linux | |
| parent | 11af6de4799ee6eeae3730f18fd417414d212e2d (diff) | |
| parent | 2ca7e30d3b1ee370c96201e58f8c05ba2bdcd6d2 (diff) | |
Merge mhi-ath11k-immutable into ath-next
This is an immutable branch from mhi tree for handling an API change in MHI
subsystem and minimise conflicts between ath and mhi trees.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mhi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mhi.h b/include/linux/mhi.h index d4841e5a5f45..6522a4adc794 100644 --- a/include/linux/mhi.h +++ b/include/linux/mhi.h @@ -214,7 +214,6 @@ enum mhi_db_brst_mode { * @offload_channel: The client manages the channel completely * @doorbell_mode_switch: Channel switches to doorbell mode on M0 transition * @auto_queue: Framework will automatically queue buffers for DL traffic - * @auto_start: Automatically start (open) this channel * @wake-capable: Channel capable of waking up the system */ struct mhi_channel_config { @@ -232,7 +231,6 @@ struct mhi_channel_config { bool offload_channel; bool doorbell_mode_switch; bool auto_queue; - bool auto_start; bool wake_capable; }; |