summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-25 01:09:34 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-25 01:09:34 -0800
commit22c277e625082d363a2d36e1649be88f08c7dc4d (patch)
treeadcf3fb58c9a9cae142f1bd8596a5a27877b0312 /include/linux
parent0845c678f2526fe5a21b62a0fc9b2cf4a48f16bf (diff)
parent8339f2fd20f2255a4f5c7a11040f08c7c13445c4 (diff)
Merge "mhi: core: power management redesign"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/msm_mhi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msm_mhi.h b/include/linux/msm_mhi.h
index 263b8bba9e2c..f8ba31ea7573 100644
--- a/include/linux/msm_mhi.h
+++ b/include/linux/msm_mhi.h
@@ -215,7 +215,7 @@ int mhi_get_max_desc(struct mhi_client_handle *client_handle);
/* RmNET Reserved APIs, This APIs are reserved for use by the linux network
* stack only. Use by other clients will introduce system wide issues
*/
-int mhi_set_lpm(struct mhi_client_handle *client_handle, int enable_lpm);
+int mhi_set_lpm(struct mhi_client_handle *client_handle, bool enable_lpm);
int mhi_get_epid(struct mhi_client_handle *mhi_handle);
struct mhi_result *mhi_poll(struct mhi_client_handle *client_handle);
void mhi_mask_irq(struct mhi_client_handle *client_handle);