MIPS: Alchemy: Redo PCI as platform driver
[deliverable/linux.git] / arch / mips / alchemy / gpr / board_setup.c
index 5f8f0691ed2d4fe4d01776f88e4b70685d6efbfe..dea45c78fdcd61cbf4100f911ca965dea1e5d3d1 100644 (file)
 
 #include <prom.h>
 
-char irq_tab_alchemy[][5] __initdata = {
-       [0] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTB, 0xff, 0xff },
-};
-
 static void gpr_reset(char *c)
 {
        /* switch System-LED to orange (red# and green# on) */
@@ -76,12 +72,4 @@ void __init board_setup(void)
 
        /* Take away Reset of UMTS-card */
        alchemy_gpio_direction_output(215, 1);
-
-#ifdef CONFIG_PCI
-#if defined(__MIPSEB__)
-       au_writel(0xf | (2 << 6) | (1 << 4), Au1500_PCI_CFG);
-#else
-       au_writel(0xf, Au1500_PCI_CFG);
-#endif
-#endif
 }
This page took 0.026509 seconds and 5 git commands to generate.