Merge branch 'net-ipa-support-compile_test'
authorJakub Kicinski <kuba@kernel.org>
Sat, 9 Jan 2021 21:51:39 +0000 (13:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 Jan 2021 21:51:40 +0000 (13:51 -0800)
commit7e34984cc6f5c04166fa92005ba8759fc849c6c1
treeacbdbeb85af642d46117395d164b6a4d438cd270
parent3f5ec374ae3f3d5381622e29319a22c4ecd09413
parent38a4066f593c594c3b6cca14f6df4a80e0f8f320
Merge branch 'net-ipa-support-compile_test'

Alex Elder says:

====================
net: ipa: support COMPILE_TEST

This series adds the IPA driver as a possible target when
the COMPILE_TEST configuration is enabled.  Two small changes to
dependent subsystems needed to be made for this to work.

Version 2 of this series adds one more patch, which adds the
declation of struct page to "gsi_trans.h".  The Intel kernel test
robot reported that this was a problem for the alpha build.
====================

Link: https://lore.kernel.org/r/20210107233404.17030-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>