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. David/Jakub, please take all four of these patches through the net-next tree if you find them acceptable. Thanks. -Alex Alex Elder (4): remoteproc: qcom: expose types for COMPILE_TEST soc: qcom: mdt_loader: define stubs for COMPILE_TEST net: ipa: declare the page pointer type in "gsi_trans.h" net: ipa: support COMPILE_TEST drivers/net/ipa/Kconfig | 10 +++++--- drivers/net/ipa/gsi_trans.h | 1 + include/linux/remoteproc/qcom_rproc.h | 4 +-- include/linux/soc/qcom/mdt_loader.h | 35 +++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 6 deletions(-) -- 2.20.1