MIPS: BCM63xx: Make bcm63xx_uart_register an initfunc
[deliverable/linux.git] / arch / mips / bcm63xx / boards / board_bcm963xx.c
index fd77f548207abeacf7f40f6cda06a5f0e4de86f4..05a35cf5963d4bc075b703381ff7d7cf61bbede8 100644 (file)
 #include <bcm63xx_cpu.h>
 #include <bcm63xx_regs.h>
 #include <bcm63xx_io.h>
-#include <bcm63xx_board.h>
 #include <bcm63xx_dev_pci.h>
 #include <bcm63xx_dev_enet.h>
 #include <bcm63xx_dev_dsp.h>
+#include <bcm63xx_dev_pcmcia.h>
 #include <board_bcm963xx.h>
 
 #define PFX    "board_bcm963xx: "
@@ -793,6 +793,9 @@ int __init board_register_devices(void)
 {
        u32 val;
 
+       if (board.has_pccard)
+               bcm63xx_pcmcia_register();
+
        if (board.has_enet0 &&
            !board_get_mac_address(board.enet0.mac_addr))
                bcm63xx_enet_register(0, &board.enet0);
This page took 0.024381 seconds and 5 git commands to generate.