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

Commit fb81528e 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: update stub functions"

parents 632a8f1a 72abeeb5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, 2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -73,12 +73,12 @@ void rndis_ipa_cleanup(void *private);

#else /* CONFIG_RNDIS_IPA*/

int rndis_ipa_init(struct ipa_usb_init_params *params)
static inline int rndis_ipa_init(struct ipa_usb_init_params *params)
{
	return 0;
}

int rndis_ipa_pipe_connect_notify(u32 usb_to_ipa_hdl,
static inline int rndis_ipa_pipe_connect_notify(u32 usb_to_ipa_hdl,
			u32 ipa_to_usb_hdl,
			u32 max_xfer_size_bytes_to_dev,
			u32 max_packet_number_to_dev,