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

[PARISC] Stash the lba_device in its struct device drvdata

parent 1b240f41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;