[SCSI] bfa: use pci_iomap() and pci_iounmap()
authorJing Huang <huangj@brocade.com>
Fri, 19 Mar 2010 18:06:44 +0000 (11:06 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 14:24:19 +0000 (09:24 -0500)
commitb3522f08ec7011aed0abc477bfedd00d189e9cd6
tree369e355b051628a316724686fa07c822676163af
parent2eba0d4c000777ce43012d7fda806b075f6cf877
[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 <huangj@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/bfa/bfad.c
drivers/scsi/bfa/bfad_drv.h
This page took 0.025447 seconds and 5 git commands to generate.