diff options
author | Christoph Hellwig <hch@lst.de> | 2017-02-05 20:15:20 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2017-02-27 21:54:03 +0300 |
commit | 53a020c661741f3b87ad3ac6fa545088aaebac9b (patch) | |
tree | 11bd25b59b4e0324efb664841ccfa15a44cc4fff /drivers/virtio/virtio_pci_common.h | |
parent | 07ec51480b5eb1233f8c1b0f5d7a7c8d1247c507 (diff) | |
download | linux-53a020c661741f3b87ad3ac6fa545088aaebac9b.tar.xz |
virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/virtio/virtio_pci_common.h')
-rw-r--r-- | drivers/virtio/virtio_pci_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/virtio/virtio_pci_common.h b/drivers/virtio/virtio_pci_common.h index 85593867e712..217ca876eed7 100644 --- a/drivers/virtio/virtio_pci_common.h +++ b/drivers/virtio/virtio_pci_common.h @@ -64,8 +64,6 @@ struct virtio_pci_device { /* the IO mapping for the PCI config space */ void __iomem *ioaddr; - /* MSI-X support */ - int msix_enabled; cpumask_var_t *msix_affinity_masks; /* Name strings for interrupts. This size should be enough, * and I'm too lazy to allocate each name separately. */ |