tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 20d857259d7d10cd0d5e8b60608455986167cfad commit: eb61eca0e8c3efbdd6d3c9d2b7f70bf67e165f7d [9106/9550] vfio/virtio: Introduce a vfio driver over virtio devices config: loongarch-allmodconfig (https://download.01.org/0day-ci/archive/20231220/202312202115.oDmvN1VE-lkp@xxxxxxxxx/config) compiler: loongarch64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231220/202312202115.oDmvN1VE-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202312202115.oDmvN1VE-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/vfio/pci/virtio/main.c:550:6: warning: no previous prototype for 'virtiovf_pci_aer_reset_done' [-Wmissing-prototypes] 550 | void virtiovf_pci_aer_reset_done(struct pci_dev *pdev) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ vim +/virtiovf_pci_aer_reset_done +550 drivers/vfio/pci/virtio/main.c 549 > 550 void virtiovf_pci_aer_reset_done(struct pci_dev *pdev) 551 { 552 struct virtiovf_pci_core_device *virtvdev = dev_get_drvdata(&pdev->dev); 553 554 virtvdev->pci_cmd = 0; 555 } 556 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki