diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-07-26 09:28:37 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-26 09:42:43 -0400 |
commit | 1d1bbee61e4ecdaad450e9bf4d9983876ed53a43 (patch) | |
tree | fd371a0e515fbadb3d0d01ca409718aa6fca15a9 /drivers/scsi/libsas/sas_dump.c | |
parent | fd3adb2ae8e16a02dfd5ed68f50fcf76fcdaff0b (diff) |
[SCSI] libsas: Remove PCI dependencies
Eliminate unnecessary PCI dependencies in libsas. It should use generic
DMA and struct device like other subsystems.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/libsas/sas_dump.c')
-rw-r--r-- | drivers/scsi/libsas/sas_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_dump.c b/drivers/scsi/libsas/sas_dump.c index f1246d2c9bef..bf34a236f946 100644 --- a/drivers/scsi/libsas/sas_dump.c +++ b/drivers/scsi/libsas/sas_dump.c | |||
@@ -56,7 +56,7 @@ void sas_dprint_phye(int phyid, enum phy_event pe) | |||
56 | 56 | ||
57 | void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) | 57 | void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) |
58 | { | 58 | { |
59 | SAS_DPRINTK("ha %s: %s event\n", pci_name(sas_ha->pcidev), | 59 | SAS_DPRINTK("ha %s: %s event\n", sas_ha->dev->bus_id, |
60 | sas_hae_str[he]); | 60 | sas_hae_str[he]); |
61 | } | 61 | } |
62 | 62 | ||