[RFC v6 07/16] VFIO: pci: initialize vfio_device_external_ops

From: Eric Auger
Date: Mon Apr 13 2015 - 08:36:40 EST


Signed-off-by: Eric Auger <eric.auger@xxxxxxxxxx>

---

v6: creation
---
drivers/vfio/pci/vfio_pci.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c
index 2f865d07..755897f 100644
--- a/drivers/vfio/pci/vfio_pci.c
+++ b/drivers/vfio/pci/vfio_pci.c
@@ -855,6 +855,7 @@ static const struct vfio_device_ops vfio_pci_ops = {
.write = vfio_pci_write,
.mmap = vfio_pci_mmap,
.request = vfio_pci_request,
+ .external_ops = NULL,
};

static int vfio_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/