Commit b0eecc4d authored by Kyle McMartin's avatar Kyle McMartin Committed by Matthew Wilcox

[PARISC] Stash the lba_device in its struct device drvdata

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 1b240f41
......@@ -1604,6 +1604,7 @@ lba_driver_probe(struct parisc_device *dev)
lba_dev->hba.dev = dev;
lba_dev->iosapic_obj = tmp_obj; /* save interrupt handle */
lba_dev->hba.iommu = sba_get_iommu(dev); /* get iommu data */
parisc_set_drvdata(dev, lba_dev);
/* ------------ Second : initialize common stuff ---------- */
pci_bios = &lba_bios_ops;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment