net: ipa: make ipa_table_hash_support() inline
authorAlex Elder <elder@linaro.org>
Mon, 15 Mar 2021 15:01:18 +0000 (10:01 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Mar 2021 21:51:53 +0000 (14:51 -0700)
commit0f13b5e6bf283a086b6d5b47be1ecf05a341eb9b
tree739e511919d08825fc7f1e3bf5ae9af3bf5b6002
parent6e3bac3eba448a438840ab8152cb8bbfcb8787b8
net: ipa: make ipa_table_hash_support() inline

In review, Alexander Duyck suggested that ipa_table_hash_support()
was trivial enough that it could be implemented as a static inline
function in the header file.  But the patch had already been
accepted.  Implement his suggestion.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_table.c
drivers/net/ipa/ipa_table.h