diff options
author | Alex Elder <[email protected]> | 2023-01-04 11:52:31 -0600 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-01-05 22:03:14 -0800 |
commit | 482ae3a993e479254533cc6f37ab606e9a7baf86 (patch) | |
tree | 0a175355075122929eaec45f2b1d13ed3da6f2b4 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | d50ed35587193e8e3b201769c785dc4bc61852b0 (diff) |
net: ipa: register IPA interrupt handlers directly
Declare the microcontroller IPA interrupt handler publicly, and
assign it directly in ipa_interrupt_config(). Make the SUSPEND IPA
interrupt handler public, and rename it ipa_power_suspend_handler().
Assign it directly in ipa_interrupt_config() as well.
This makes it unnecessary to do this in ipa_interrupt_add(). Make
similar changes for removing IPA interrupt handlers.
The next two patches will finish the cleanup, removing the
add/remove functions and the handler array entirely.
Signed-off-by: Alex Elder <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions