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 /include/scsi/libsas.h | |
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 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index df36461fe881..8dda2d66b5b9 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h | |||
@@ -348,7 +348,7 @@ struct sas_ha_struct { | |||
348 | 348 | ||
349 | /* public: */ | 349 | /* public: */ |
350 | char *sas_ha_name; | 350 | char *sas_ha_name; |
351 | struct pci_dev *pcidev; /* should be set */ | 351 | struct device *dev; /* should be set */ |
352 | struct module *lldd_module; /* should be set */ | 352 | struct module *lldd_module; /* should be set */ |
353 | 353 | ||
354 | u8 *sas_addr; /* must be set */ | 354 | u8 *sas_addr; /* must be set */ |