kernel: add some more missing serial 8250 config symbols
[openwrt.git] / package / broadcom-wl / src / glue / wl_glue.c
index 18e2b3a..0504232 100644 (file)
@@ -235,12 +235,6 @@ struct device * wl_glue_get_dmadev(void *dev)
 {
        struct device *dma_dev;
 
-       if (!wl_glue_attached)
-       {
-               BUG();
-               return NULL;
-       }
-
        switch (active_bus_type)
        {
 #ifdef CONFIG_SSB
@@ -274,7 +268,7 @@ static int __init wl_glue_init(void)
         * determine the used one from the info set by the
         * platform setup code.
         */
-       switch (bcm47xx_active_bus_type)
+       switch (bcm47xx_bus_type)
        {
 #ifdef CONFIG_SSB
        case BCM47XX_BUS_TYPE_SSB:
This page took 0.021083 seconds and 4 git commands to generate.