diff options
author | Christoph Hellwig <hch@lst.de> | 2016-11-18 07:28:16 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-01-09 23:47:00 -0500 |
commit | eab5c1503b604216e352151618cd78d5806dee1a (patch) | |
tree | e95d688d36301cba0d4de459574cb1ac73ebb9d4 /drivers/scsi/pmcraid.h | |
parent | 984dc46c5715fec4329861f93f30c76b8d680e8d (diff) | |
download | blackbird-obmc-linux-eab5c1503b604216e352151618cd78d5806dee1a.tar.gz blackbird-obmc-linux-eab5c1503b604216e352151618cd78d5806dee1a.zip |
scsi: pmcraid: switch to pci_alloc_irq_vectors
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/pmcraid.h')
-rw-r--r-- | drivers/scsi/pmcraid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.h b/drivers/scsi/pmcraid.h index e1d150f3fd4d..568b18a2f47d 100644 --- a/drivers/scsi/pmcraid.h +++ b/drivers/scsi/pmcraid.h @@ -628,7 +628,6 @@ struct pmcraid_interrupts { /* ISR parameters LLD allocates (one for each MSI-X if enabled) vectors */ struct pmcraid_isr_param { struct pmcraid_instance *drv_inst; - u16 vector; /* allocated msi-x vector */ u8 hrrq_id; /* hrrq entry index */ }; |