diff options
author | M Chetan Kumar <m.chetan.kumar@linux.intel.com> | 2021-12-09 20:02:29 +0530 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-12-10 20:53:56 -0800 |
commit | 8a7ed600505a4841aaf8bccf8c82936e46847b13 (patch) | |
tree | ac7b2f322b9b65ec9177a6189e4437493b586d43 /drivers/net/wwan | |
parent | da633aa3163fe1019c9e85333a17b74a5b99f5ac (diff) | |
download | linux-8a7ed600505a4841aaf8bccf8c82936e46847b13.tar.bz2 |
net: wwan: iosm: removed unused function decl
ipc_wwan_tx_flowctrl() is declared in iosm_ipc_wwan.h but is
not defined.
Removed the dead code.
Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/wwan')
-rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_wwan.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_wwan.h b/drivers/net/wwan/iosm/iosm_ipc_wwan.h index 4925f22dff0a..a23e926398ff 100644 --- a/drivers/net/wwan/iosm/iosm_ipc_wwan.h +++ b/drivers/net/wwan/iosm/iosm_ipc_wwan.h @@ -42,14 +42,4 @@ int ipc_wwan_receive(struct iosm_wwan *ipc_wwan, struct sk_buff *skb_arg, * */ void ipc_wwan_tx_flowctrl(struct iosm_wwan *ipc_wwan, int id, bool on); - -/** - * ipc_wwan_is_tx_stopped - Checks if Tx stopped for a Interface id. - * @ipc_wwan: Pointer to wwan instance - * @id: Ipc mux channel session id - * - * Return: true if stopped, false otherwise - */ -bool ipc_wwan_is_tx_stopped(struct iosm_wwan *ipc_wwan, int id); - #endif |