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

Commit 35a816d0 authored by Jia Ding's avatar Jia Ding Committed by Bojun Pan
Browse files

msm: ipa: fix ipa_disable_apps_wan_cons_deaggr declaration



ipa_disable_apps_wan_cons_deaggr() has different declarations when
CONFIG_IPA or CONFIG_IPA3 are not set. Thus fix the declaration to
align with CONFIG_IPA or CONFIG_IPA3 enabled one.

Change-Id: Ic09cac2484c9cfbcd0833583c05c6fc19a3c2aed
Signed-off-by: default avatarJia Ding <jiad@codeaurora.org>
parent 90ae165d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2539,7 +2539,8 @@ static inline int ipa_release_wdi_mapping(u32 num_buffers,
	return -EINVAL;
}

static inline int ipa_disable_apps_wan_cons_deaggr(void)
static inline int ipa_disable_apps_wan_cons_deaggr(uint32_t agg_size,
		uint32_t agg_count)
{
	return -EINVAL;
}