commit | 76b5fbcd6b47e5c96daf4ae58a74613f3e0c58a7 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Wed Nov 24 14:25:05 2021 -0600 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu Nov 25 19:37:33 2021 -0800 |
tree | 91d63cec6b96d9f4d2d8f3d9a1da38a0e74d0da7 | |
parent | 8abe19703825eda9c49f54624af57546c23af53f [diff] |
net: ipa: kill ipa_modem_init() A recent commit made disabling the SMP2P "setup ready" interrupt unrelated to ipa_modem_stop(). Given that, it seems fitting to get rid of ipa_modem_init() and ipa_modem_exit() (which are trivial wrapper functions), and call ipa_smp2p_init() and ipa_smp2p_exit() directly instead. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>