net: ipa: kill ipa_interrupt_process_all()
authorAlex Elder <elder@linaro.org>
Tue, 27 Jul 2021 19:46:29 +0000 (14:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 20:02:06 +0000 (21:02 +0100)
commit176086d870359fa5e4fe226fdcf43340187134c2
treef9aed3fc8f61a9576d3c632bf70fb5a4977bc0cd
parentfe6a32797971db3d5770a5ddcd0cec15f561e501
net: ipa: kill ipa_interrupt_process_all()

Now that ipa_isr_thread() is a simple wrapper that gets a clock
reference around ipa_interrupt_process_all(), get rid of the
called function and just open-code it in ipa_isr_thread().

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