From: Matthew Wilcox Date: Thu, 26 Jul 2007 15:55:34 +0000 (-0400) Subject: [SCSI] advansys: Stop using n_io_port in Scsi_Host structure X-Git-Tag: v2.6.24-rc1~1290^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2d31c811542d37258b3976975395cb1c0fba1c;p=pandora-kernel.git [SCSI] advansys: Stop using n_io_port in Scsi_Host structure n_io_port isn't suitable for advansys because some of the boards have more than 255 bytes of io port space. There's already a driver-private replacement, asc_n_io_port, but for some reason the driver was still setting and occasionally reporting n_io_port. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed