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

Commit 1be4cbd9 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu Committed by Gerrit - the friendly Code Review server
Browse files

adsprpc: Compilation error fix fastrpc driver



Remove unused variable.

Change-Id: I1f0afec8e0576378e2f42478f09a23c0bd8af0af
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent b2bdf7dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3071,7 +3071,6 @@ static int fastrpc_probe(struct platform_device *pdev)

static void fastrpc_deinit(void)
{
	struct fastrpc_apps *me = &gfa;
	struct fastrpc_channel_ctx *chan = gcinfo;
	int i, j;