summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-26 00:09:47 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-26 00:09:47 -0700
commit03da53eca296e78235741728b6964c6c78baeee1 (patch)
tree13f7168df5956c1357c7676d76aaa3c8254b381e
parent34672d4fb73f5f9d28dddb4b3cddfd5d54abe6af (diff)
parent51a3d8babe7039205854d3652bda1cbd240a3ab1 (diff)
Merge "msm_11ad: define ops_keep_radio_on_during_sleep as static"
-rw-r--r--drivers/platform/msm/msm_11ad/msm_11ad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/msm/msm_11ad/msm_11ad.c b/drivers/platform/msm/msm_11ad/msm_11ad.c
index 73cf609f1a80..c9c00d04c30a 100644
--- a/drivers/platform/msm/msm_11ad/msm_11ad.c
+++ b/drivers/platform/msm/msm_11ad/msm_11ad.c
@@ -1482,7 +1482,7 @@ static int ops_notify(void *handle, enum wil_platform_event evt)
return rc;
}
-bool ops_keep_radio_on_during_sleep(void *handle)
+static bool ops_keep_radio_on_during_sleep(void *handle)
{
struct msm11ad_ctx *ctx = (struct msm11ad_ctx *)handle;