On Thu, 2012-07-26 at 08:43 -0700, Randy Dunlap wrote:
On 07/25/2012 10:04 PM, Stephen Rothwell wrote:
quoted
Hi all,
Changes since 20120725:
on x86_64:
CC [M] drivers/vfio/pci/vfio_pci_intrs.o
drivers/vfio/pci/vfio_pci_intrs.c: In function 'virqfd_enable':
drivers/vfio/pci/vfio_pci_intrs.c:142:2: error: implicit declaration of function 'eventfd_fget'
drivers/vfio/pci/vfio_pci_intrs.c:142:7: warning: assignment makes pointer from integer without a cast
drivers/vfio/pci/vfio_pci_intrs.c:148:2: error: implicit declaration of function 'eventfd_ctx_fileget'
drivers/vfio/pci/vfio_pci_intrs.c:148:6: warning: assignment makes pointer from integer without a cast
make[4]: *** [drivers/vfio/pci/vfio_pci_intrs.o] Error 1
Thanks! vfio-pci is useless without CONFIG_EVENTFD so I've added that
to the Kconfig depends. Should be fixed in tomorrows tree. Thanks,
Alex