]> git.baikalelectronics.ru Git - 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)
commit26bf187b078a18e74daee3c8dbb8c5df39ad3838
tree2b125c144090bf3d4e960bc1c1024ac206109e1f
parentf5079ba806a55c336d042d34460892ab3a42b92b
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