Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51a3d8ba authored by Maya Erez's avatar Maya Erez
Browse files

msm_11ad: define ops_keep_radio_on_during_sleep as static



Define ops_keep_radio_on_during_sleep as static as it is used
only in msm_11ad context.

Change-Id: Id95579961ce5cdd3fbdf063578bd4d9144f8a725
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
parent 60be7160
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;