diff options
author | Christoph Hellwig <hch@lst.de> | 2016-11-18 09:02:38 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-01-12 06:31:03 +0300 |
commit | 2e48e3491189c40dc9ea9d4a53412d2b66c87555 (patch) | |
tree | bb22f8a2977171dab483c74ce08b84ac9ccc47a3 /drivers/scsi/vmw_pvscsi.h | |
parent | 223e4b93e61f7538681632bfb19edd4f27a0c319 (diff) | |
download | linux-2e48e3491189c40dc9ea9d4a53412d2b66c87555.tar.xz |
scsi: vmw_pvscsi: switch to pci_alloc_irq_vectors
And simplify the interrupt handler by splitting the INTx case that needs
to deal with shared interrupts into a separate helper.
[mkp: typo fixage]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jim Gill <jgill@vmware.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/vmw_pvscsi.h')
-rw-r--r-- | drivers/scsi/vmw_pvscsi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/vmw_pvscsi.h b/drivers/scsi/vmw_pvscsi.h index d41292ef85f2..75966d3f326e 100644 --- a/drivers/scsi/vmw_pvscsi.h +++ b/drivers/scsi/vmw_pvscsi.h @@ -423,11 +423,6 @@ struct PVSCSIConfigPageController { #define PVSCSI_MAX_INTRS 24 /* - * Enumeration of supported MSI-X vectors - */ -#define PVSCSI_VECTOR_COMPLETION 0 - -/* * Misc constants for the rings. */ |