summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2020-11-20 11:56:55 +0530
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2020-11-20 11:56:55 +0530
commit7b7e4cee0299eddd73ea3874fa485a545a0ec2bc (patch)
tree0dc1216178c9f2690856fe4b4356fc66d5b3a24a /include
parent6cc1716102b55497dd557e8295a3177315332f9a (diff)
parent2ca7e30d3b1ee370c96201e58f8c05ba2bdcd6d2 (diff)
downloadlinux-stable-7b7e4cee0299eddd73ea3874fa485a545a0ec2bc.tar.gz
linux-stable-7b7e4cee0299eddd73ea3874fa485a545a0ec2bc.tar.bz2
linux-stable-7b7e4cee0299eddd73ea3874fa485a545a0ec2bc.zip
Merge branch 'mhi-ath11k-immutable' into mhi-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/mhi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mhi.h b/include/linux/mhi.h
index 1ed5f2aa224b..d31efcf02ae7 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;
};