vfio/pci: Remove redundant declaration of vfio_pci_driver
authorZenghui Yu <yuzenghui@huawei.com>
Mon, 21 Sep 2020 04:51:15 +0000 (12:51 +0800)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 21 Sep 2020 20:07:05 +0000 (14:07 -0600)
commiteac7cc21c4e49ab7dfeef22e29abdee8432face9
treee9ee264aa365c343109a0871831506ca76b6398b
parentc12fa88c6d16ed3865072d91154cff6fd1cd9cd4
vfio/pci: Remove redundant declaration of vfio_pci_driver

It was added by commit 137e5531351d ("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>
drivers/vfio/pci/vfio_pci.c