mn10300: drop dead code
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 14 Dec 2014 12:54:17 +0000 (14:54 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jan 2015 05:58:48 +0000 (16:28 +1030)
commit54cfe08b5f352d9aa4979e2434e85907c84af07a
treee2112933759a5f84076466a0cc31b206c9f63580
parent2d9becc1e0c6f86e222e1955e39302d304ad274b
mn10300: drop dead code

pci-iomap.c was (apparently, mistakenly) reintroduced as part of
commit 83c2dc15ce824450e7044b9f90cd529c25747ae0
    MN10300: Handle cacheable PCI regions in pci_iomap()
probably as side-effect of forward-porting the patch
from an old kernel.

It's not really needed: the generic pci_iomap does the right thing here.

The new file isn't compiled so it's safe to drop.

Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
Cc: trivial@kernel.org
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/mn10300/unit-asb2305/pci-iomap.c [deleted file]