frv: switch to GENERIC_PCI_IOMAP
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Nov 2011 19:20:06 +0000 (21:20 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 4 Dec 2011 14:00:12 +0000 (16:00 +0200)
frv uses a version of pci_iomap that simply
casts and returns back the start address.
Looking closely, both ioremap and ioport_map seem to
do this on this platform, so the generic pci_iomap
will DTRT automatically.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

No differences found