]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: ipa: kill the remaining conditional validation code
authorAlex Elder <elder@linaro.org>
Mon, 26 Jul 2021 17:40:09 +0000 (12:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jul 2021 21:38:11 +0000 (22:38 +0100)
commit442d68ebf0927681e9405c3db8e9fafb754cb458
tree2b125c144090bf3d4e960bc1c1024ac206109e1f
parent546948bf362541857d4f500705efe08a2fe0bb95
net: ipa: kill the remaining conditional validation code

There are only a few remaining spots that validate IPA code
conditional on whether a symbol is defined at compile time.
The checks are not expensive, so just build them always.

This completes the removal of all CONFIG_VALIDATE/CONFIG_VALIDATION
IPA code.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/Makefile
drivers/net/ipa/gsi.c
drivers/net/ipa/gsi_trans.c
drivers/net/ipa/ipa_cmd.c
drivers/net/ipa/ipa_cmd.h
drivers/net/ipa/ipa_main.c
drivers/net/ipa/ipa_resource.c