mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00:00
[SCSI] hpsa: remove atrophied hpsa_scsi_setup function
hpsa_scsi_setup at one time contained enough code to justify its existence, but that time has passed. Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <jbottomley@parallels.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
2b870cb300
commit
9a41338e5b
@ -929,13 +929,6 @@ static void hpsa_slave_destroy(struct scsi_device *sdev)
|
|||||||
/* nothing to do. */
|
/* nothing to do. */
|
||||||
}
|
}
|
||||||
|
|
||||||
static void hpsa_scsi_setup(struct ctlr_info *h)
|
|
||||||
{
|
|
||||||
h->ndevices = 0;
|
|
||||||
h->scsi_host = NULL;
|
|
||||||
spin_lock_init(&h->devlock);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void hpsa_free_sg_chain_blocks(struct ctlr_info *h)
|
static void hpsa_free_sg_chain_blocks(struct ctlr_info *h)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
@ -3970,7 +3963,9 @@ static int __devinit hpsa_init_one(struct pci_dev *pdev,
|
|||||||
h->scan_finished = 1; /* no scan currently in progress */
|
h->scan_finished = 1; /* no scan currently in progress */
|
||||||
|
|
||||||
pci_set_drvdata(pdev, h);
|
pci_set_drvdata(pdev, h);
|
||||||
hpsa_scsi_setup(h);
|
h->ndevices = 0;
|
||||||
|
h->scsi_host = NULL;
|
||||||
|
spin_lock_init(&h->devlock);
|
||||||
|
|
||||||
/* Turn the interrupts on so we can service requests */
|
/* Turn the interrupts on so we can service requests */
|
||||||
h->access.set_intr_mask(h, HPSA_INTR_ON);
|
h->access.set_intr_mask(h, HPSA_INTR_ON);
|
||||||
|
Loading…
Reference in New Issue
Block a user