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

Commit 03da53ec authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm_11ad: define ops_keep_radio_on_during_sleep as static"

parents 34672d4f 51a3d8ba
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;