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)
commit5322418502be4696ebdef2ed164bbd0a348d4816
treef5a2e2ea9b1988c2ed811e46573f9bb0d8630b7c
parent845501213033d0058945776349f15502823359d8
frv: switch to GENERIC_PCI_IOMAP

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>
arch/frv/Kconfig
arch/frv/include/asm/io.h
arch/frv/mb93090-mb00/Makefile
arch/frv/mb93090-mb00/pci-iomap.c [deleted file]