]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/virtio/virtio_pci_common.h
Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"
[karo-tx-linux.git] / drivers / virtio / virtio_pci_common.h
index ac8c9d7889646ab3cc28bb51accd0d3840d5a34f..c8074997fd28a00dc535f3382f242700ca69e384 100644 (file)
@@ -64,6 +64,8 @@ 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. */