]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: kill ipa_endpoint_stop()
authorAlex Elder <elder@linaro.org>
Mon, 4 May 2020 23:53:44 +0000 (18:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 00:41:32 +0000 (17:41 -0700)
commit4f408e671b7f561bfa6c62832ed0f0cada0e886c
treed30f2e5844fe5bf48af4f58e261d8a44b77a421a
parent912ab8019206d00a2f43e66a68a454ffbe2fd4dc
net: ipa: kill ipa_endpoint_stop()

The previous commit made ipa_endpoint_stop() be a trivial wrapper
around gsi_channel_stop().  Since it no longer does anything
special, just open-code it in the three places it's used.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_endpoint.c
drivers/net/ipa/ipa_endpoint.h