diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-11-29 23:20:06 +0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-12-04 18:00:12 +0400 |
commit | 5322418502be4696ebdef2ed164bbd0a348d4816 (patch) | |
tree | f5a2e2ea9b1988c2ed811e46573f9bb0d8630b7c /arch/frv/mb93090-mb00/Makefile | |
parent | 845501213033d0058945776349f15502823359d8 (diff) | |
download | linux-5322418502be4696ebdef2ed164bbd0a348d4816.tar.xz |
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>
Diffstat (limited to 'arch/frv/mb93090-mb00/Makefile')
-rw-r--r-- | arch/frv/mb93090-mb00/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/mb93090-mb00/Makefile b/arch/frv/mb93090-mb00/Makefile index b73b542f8f48..21f1df1b378a 100644 --- a/arch/frv/mb93090-mb00/Makefile +++ b/arch/frv/mb93090-mb00/Makefile @@ -3,7 +3,7 @@ # ifeq "$(CONFIG_PCI)" "y" -obj-y := pci-frv.o pci-irq.o pci-vdk.o pci-iomap.o +obj-y := pci-frv.o pci-irq.o pci-vdk.o ifeq "$(CONFIG_MMU)" "y" obj-y += pci-dma.o |