remove binary file
[openwrt.git] / target / linux / brcm-2.4 / files / arch / mips / bcm947xx / setup.c
index 819a48d..00c4d90 100644 (file)
@@ -48,7 +48,6 @@
 #include <typedefs.h>
 #include <osl.h>
 #include <sbutils.h>
-#include <bcmutils.h>
 #include <bcmnvram.h>
 #include <sbhndmips.h>
 #include <hndmips.h>
@@ -170,7 +169,7 @@ brcm_setup(void)
        char *value;
 
        /* Get global SB handle */
-       sbh = sb_kattach();
+       sbh = sb_kattach(SB_OSH);
 
        /* Initialize clocks and interrupts */
        sb_mips_init(sbh, SBMIPS_VIRTIRQ_BASE);
This page took 0.018976 seconds and 4 git commands to generate.