]> err.no Git - linux-2.6/blobdiff - arch/sh/drivers/pci/pci-sh7751.c
sh: Kill off dead bigsur and ec3104 boards.
[linux-2.6] / arch / sh / drivers / pci / pci-sh7751.c
index 85e1ee2e2e7b47d6997304768bfbc25c5998d92b..9ddff760d3c6fdbf856e92b79fae6c6c2c36bc68 100644 (file)
@@ -157,15 +157,6 @@ int __init sh7751_pcic_init(struct sh4_pci_address_map *map)
                 PCIBIOS_MIN_IO, (64 << 10),
                 SH7751_PCI_IO_BASE + PCIBIOS_MIN_IO);
 
-       /*
-        * XXX: For now, leave this board-specific. In the event we have other
-        * boards that need to do similar work, this can be wrapped.
-        */
-#ifdef CONFIG_SH_BIGSUR
-       bigsur_port_map(PCIBIOS_MIN_IO, (64 << 10),
-                       SH7751_PCI_IO_BASE + PCIBIOS_MIN_IO, 0);
-#endif
-
        /* Make sure the MSB's of IO window are set to access PCI space
         * correctly */
        word = PCIBIOS_MIN_IO & SH4_PCIIOBR_MASK;