[vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost
head:   dc7b1c0685d566bdd756b8a8f05ad45d28659c01
commit: bba6f4f52c31af1ce4ebcc063afa08eb063b3d2c [42/49] rpmsg: move common structures and defines to headers
config: mips-randconfig-r014-20200803 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 8c39e70679e93da3af9f881d314940c570d5d822)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install mips cross compiling tool for clang build
        # apt-get install binutils-mips-linux-gnu
        git checkout bba6f4f52c31af1ce4ebcc063afa08eb063b3d2c
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@xxxxxxxxx>

All errors (new ones prefixed by >>):

>> drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
   #include <linux/virtio_rpmsg.h>
            ^~~~~~~~~~~~~~~~~~~~~~
   1 error generated.

vim +28 drivers/rpmsg/virtio_rpmsg_bus.c

    13	
    14	#include <linux/dma-mapping.h>
    15	#include <linux/idr.h>
    16	#include <linux/jiffies.h>
    17	#include <linux/kernel.h>
    18	#include <linux/module.h>
    19	#include <linux/mutex.h>
    20	#include <linux/of_device.h>
    21	#include <linux/rpmsg.h>
    22	#include <linux/scatterlist.h>
    23	#include <linux/slab.h>
    24	#include <linux/sched.h>
    25	#include <linux/virtio.h>
    26	#include <linux/virtio_ids.h>
    27	#include <linux/virtio_config.h>
  > 28	#include <linux/virtio_rpmsg.h>
    29	#include <linux/wait.h>
    30	#include <uapi/linux/rpmsg.h>
    31	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux