remove struct pci_dev from scsi
This patch completely removes struct pci_dev from scsi and replaces it with struct device (actually as host_driverfs_dev.parent) The old (but now deprecated) scsi_pci primitives are left in. These should be replaced by using the new scsi_device primitives.
Showing
Please register or sign in to comment