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

Commit c5e43835 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: fix compilation issue when IPA is disabled"

parents de48b6cc 87cb94fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2426,7 +2426,8 @@ static inline int ipa_usb_init_teth_prot(enum ipa_usb_teth_prot teth_prot,
	return -EPERM;
}

static int ipa_usb_xdci_connect(struct ipa_usb_xdci_chan_params *ul_chan_params,
static inline int ipa_usb_xdci_connect(
			 struct ipa_usb_xdci_chan_params *ul_chan_params,
			 struct ipa_usb_xdci_chan_params *dl_chan_params,
			 struct ipa_req_chan_out_params *ul_out_params,
			 struct ipa_req_chan_out_params *dl_out_params,