summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor/csio_hw.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-01-12 11:17:29 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2017-04-06 12:57:03 -0400
commit104d9c7f94aa835b9d7bde38b13b611ddb8adbb6 (patch)
treeb60fc25862ca9e761e9e2338abd96a2294089697 /drivers/scsi/csiostor/csio_hw.h
parent75106523f39751390b5789b36ee1d213b3af1945 (diff)
downloadlinux-104d9c7f94aa835b9d7bde38b13b611ddb8adbb6.tar.bz2
scsi: csiostor: switch to pci_alloc_irq_vectors
And get automatic MSI-X affinity for free. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/csiostor/csio_hw.h')
-rw-r--r--drivers/scsi/csiostor/csio_hw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/csiostor/csio_hw.h b/drivers/scsi/csiostor/csio_hw.h
index 029bef82c057..62758e830d3b 100644
--- a/drivers/scsi/csiostor/csio_hw.h
+++ b/drivers/scsi/csiostor/csio_hw.h
@@ -95,7 +95,6 @@ enum {
};
struct csio_msix_entries {
- unsigned short vector; /* Assigned MSI-X vector */
void *dev_id; /* Priv object associated w/ this msix*/
char desc[24]; /* Description of this vector */
};