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

Commit 2250d341 authored by LuK1337's avatar LuK1337 Committed by Łukasz Patron
Browse files

icnss2: Fix strict-prototypes error

Change-Id: I197eb970f622fdc29ac20578cceeb74ad09db824
parent 369597f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ static void icnss_set_plat_priv(struct icnss_priv *priv)
	penv = priv;
}

static struct icnss_priv *icnss_get_plat_priv()
static struct icnss_priv *icnss_get_plat_priv(void)
{
	return penv;
}