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

Commit 184ffb20 authored by Patrick Daly's avatar Patrick Daly
Browse files

msm: ipa: Fix compilation error with CONFIG_RMNET_IPA=n



Fix a defined-but-not-used warning.

Change-Id: I84665de6195a421909fe1ca7af84e042f43b5590
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 45e3b69a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2018, 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
@@ -281,7 +281,7 @@ static inline void ipa_broadcast_quota_reach_ind
{
}

static int rmnet_ipa_reset_tethering_stats
static inline int rmnet_ipa_reset_tethering_stats
(
	struct wan_ioctl_reset_tether_stats *data
)