Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
qcacld-3.0: rely on platform ipa_is_ready fn
Browse files Browse the repository at this point in the history
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Jan 28, 2024
1 parent 2805253 commit 29dcc4c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@

static bool g_ipa_is_ready;
static qdf_mutex_t g_init_deinit_lock;
bool ipa_is_ready(void)
{
return g_ipa_is_ready;
}

void ipa_disable_register_cb(void)
{
Expand Down

0 comments on commit 29dcc4c

Please sign in to comment.