]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbeec4309d83b1f1616be8a36e4b407a9a9043cf3
treef9aed3fc8f61a9576d3c632bf70fb5a4977bc0cd
parentc1f7f88a28aec7eb5ad9fa32b3de6cc457a04ff4
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