aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sh/drivers/pci/pci-sh7780.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c
index 282cabe15e3..b826c7bc62b 100644
--- a/arch/sh/drivers/pci/pci-sh7780.c
+++ b/arch/sh/drivers/pci/pci-sh7780.c
@@ -118,18 +118,6 @@ int __init sh7780_pcic_init(struct pci_channel *chan,
118 pci_write_reg(chan, map->window1.base, SH4_PCILAR1); 118 pci_write_reg(chan, map->window1.base, SH4_PCILAR1);
119 pci_write_reg(chan, map->window1.base, SH7780_PCIMBAR1); 119 pci_write_reg(chan, map->window1.base, SH7780_PCIMBAR1);
120 120
121 /* Map IO space into PCI IO window:
122 * IO addresses will be translated to the PCI IO window base address
123 */
124 pr_debug("PCI: Mapping IO address 0x%x - 0x%x to base 0x%lx\n",
125 chan->io_resource->start, chan->io_resource->end,
126 chan->io_base + chan->io_resource->start);
127
128 /* NOTE: I'm ignoring the PCI error IRQs for now..
129 * TODO: add support for the internal error interrupts and
130 * DMA interrupts...
131 */
132
133 /* Apply any last-minute PCIC fixups */ 121 /* Apply any last-minute PCIC fixups */
134 pci_fixup_pcic(chan); 122 pci_fixup_pcic(chan);
135 123