From: Matthew Wilcox Date: Fri, 5 Oct 2007 19:55:13 +0000 (-0400) Subject: [SCSI] sym53c8xx: Remove pci_dev pointer from sym_shcb X-Git-Tag: v2.6.24-rc1~19^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5111eefa17615bdf17ca00ec2cdca16302c7697e;p=pandora-kernel.git [SCSI] sym53c8xx: Remove pci_dev pointer from sym_shcb This structure is accessed by the device; the fewer Linux things in it, the better. Using the pci_dev pointer from the hostdata requires a lot of changes: - Pass Scsi_Host to a lot of routines which currently take a sym_hcb. - Set the Scsi_Host as the pci drvdata (instead of the sym_hcb) Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed