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

Commit 9c35a6f3 authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa: export ipa_tx_dp symbol for kernel module



This change makes symbol accessible to dynamically loaded
kernel modules which is required for IPA standalone tests.

Change-Id: I1e2bde695a72591a39d7304487dafa78d965b779
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent ff86e4ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1367,6 +1367,7 @@ fail_send:
fail_gen:
	return -EFAULT;
}
EXPORT_SYMBOL(ipa_tx_dp);

static void ipa_wq_handle_rx(struct work_struct *work)
{