net: ipa: make ipa_table_hash_support() a real function
authorAlex Elder <elder@linaro.org>
Fri, 19 Apr 2024 15:17:57 +0000 (10:17 -0500)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 23 Apr 2024 11:08:08 +0000 (13:08 +0200)
commitb81565b7fd02da09107790d86bdebd1202f0bdf6
tree4955cbca8afcb93edca443472f9b46afa60984e1
parent5043d6b1621155f80089c2e251a0820414f8120f
net: ipa: make ipa_table_hash_support() a real function

With the exception of ipa_table_hash_support(), nothing defined in
"ipa_table.h" requires the full definition of the IPA structure.

Change that function to be a "real" function rather than an inline,
to avoid requring the IPA structure to be defined.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ipa/ipa_table.c
drivers/net/ipa/ipa_table.h