On Fri,  9 Oct 2020 22:33:31 +0200 Loic Poulain wrote:
> This patch adds a new network driver implementing MHI transport for
> network packets. Packets can be in any format, though QMAP (rmnet)
> is the usual protocol (flow control + PDN mux).
> 
> It support two MHI devices, IP_HW0 which is, the path to the IPA
> (IP accelerator) on qcom modem, And IP_SW0 which is the software
> driven IP path (to modem CPU).
> 
> Signed-off-by: Loic Poulain <loic.poul...@linaro.org>

Does not appear to build in net-next - presumably you have some
dependency in another tree?

make: *** [__sub-make] Error 2
../drivers/net/mhi_net.c: In function ‘mhi_net_probe’:
../drivers/net/mhi_net.c:234:8: error: too many arguments to function 
‘mhi_prepare_for_transfer’
  234 |  err = mhi_prepare_for_transfer(mhi_dev, 0);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../drivers/net/mhi_net.c:8:
../include/linux/mhi.h:669:5: note: declared here
  669 | int mhi_prepare_for_transfer(struct mhi_device *mhi_dev);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [drivers/net/mhi_net.o] Error 1
make[2]: *** [drivers/net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [drivers] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [__sub-make] Error 2
New errors added

Reply via email to