mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
vfio/pci: Remove redundant declaration of vfio_pci_driver
It was added by commit 137e553135
("vfio/pci: Add sriov_configure
support") but duplicates a forward declaration earlier in the file.
Remove it.
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
c12fa88c6d
commit
eac7cc21c4
@ -1862,7 +1862,6 @@ static const struct vfio_device_ops vfio_pci_ops = {
|
||||
|
||||
static int vfio_pci_reflck_attach(struct vfio_pci_device *vdev);
|
||||
static void vfio_pci_reflck_put(struct vfio_pci_reflck *reflck);
|
||||
static struct pci_driver vfio_pci_driver;
|
||||
|
||||
static int vfio_pci_bus_notifier(struct notifier_block *nb,
|
||||
unsigned long action, void *data)
|
||||
|
Loading…
Reference in New Issue
Block a user