From: Jing Huang Date: Fri, 19 Mar 2010 18:06:44 +0000 (-0700) Subject: [SCSI] bfa: use pci_iomap() and pci_iounmap() X-Git-Tag: v2.6.35-rc1~470^2^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3522f08ec7011aed0abc477bfedd00d189e9cd6;p=pandora-kernel.git [SCSI] bfa: use pci_iomap() and pci_iounmap() Use pci_iomap() and pci_iounmap() to simplify the code. Remove uncessary #ifdef check for ia64 (it was added as a workaound for some RHEL 5.x release which doesn't export iounmap function) Signed-off-by: Jing Huang Signed-off-by: James Bottomley --- Reading git-diff-tree failed