summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/unit-asb2305/Makefile
diff options
context:
space:
mode:
authorMichael S. Tsirkin2011-12-01 11:41:36 +0100
committerMichael S. Tsirkin2011-12-04 15:00:17 +0100
commit34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6 (patch)
treeff3b52d4ab12ae907117d8d1064fab94acbc11e3 /arch/mn10300/unit-asb2305/Makefile
parentmn10300: add missing __iomap markers (diff)
downloadkernel-qcow2-linux-34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6.tar.gz
kernel-qcow2-linux-34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6.tar.xz
kernel-qcow2-linux-34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6.zip
mn10300: switch to GENERIC_PCI_IOMAP
The pci_iomap variant that arch/mn10300/unit-asb2305/pci-iomap.c uses differs from the generic one in that it does not use ioremap_nocache for PCI addresses. However, it turns out that PCI addresses are automatically noncached, so switching to ioremap_nocache and to the generic implementation is safe. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'arch/mn10300/unit-asb2305/Makefile')
-rw-r--r--arch/mn10300/unit-asb2305/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/unit-asb2305/Makefile b/arch/mn10300/unit-asb2305/Makefile
index 0551022225b3..cbc5abaa939a 100644
--- a/arch/mn10300/unit-asb2305/Makefile
+++ b/arch/mn10300/unit-asb2305/Makefile
@@ -5,4 +5,4 @@
###############################################################################
obj-y := unit-init.o leds.o
-obj-$(CONFIG_PCI) += pci.o pci-asb2305.o pci-irq.o pci-iomap.o
+obj-$(CONFIG_PCI) += pci.o pci-asb2305.o pci-irq.o