[SCSI] advansys: More PCI cleanups
authorMatthew Wilcox <matthew@wil.cx>
Fri, 27 Jul 2007 03:51:47 +0000 (21:51 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:39:12 +0000 (14:39 -0400)
commit9649af39e30d8d2668c35d008e8e14ae138e4d40
treef8fccc5fa42fb89f52a274a76c8526f9e1cf8748
parent71f36115d20e8d8b0ef10479ff0cde877ec56f98
[SCSI] advansys: More PCI cleanups

 - Remove wrappers around the PCI configuration space accessors
 - Call pci_set_master() instead of poking at config space directly
 - Move the latency setting into one function called for both narrow and
   wide boards.
 - Tidy up AdvInitGetConfig() a little.
 - Delete a few unused prototypes and definitions.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c