Commit b0eecc4da9c0a5261711e0d83280fd5d1e3db742

Authored by Kyle McMartin
Committed by Matthew Wilcox
1 parent 1b240f415f

[PARISC] Stash the lba_device in its struct device drvdata

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/parisc/lba_pci.c
... ... @@ -1604,6 +1604,7 @@
1604 1604 lba_dev->hba.dev = dev;
1605 1605 lba_dev->iosapic_obj = tmp_obj; /* save interrupt handle */
1606 1606 lba_dev->hba.iommu = sba_get_iommu(dev); /* get iommu data */
  1607 + parisc_set_drvdata(dev, lba_dev);
1607 1608  
1608 1609 /* ------------ Second : initialize common stuff ---------- */
1609 1610 pci_bios = &lba_bios_ops;