projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix problems with the use of a passphrase, add option to use a key instead of passphrase
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
files
/
arch
/
mips
/
bcm947xx
/
setup.c
diff --git
a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/setup.c
b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/setup.c
index
819a48d
..
00c4d90
100644
(file)
--- a/
target/linux/brcm-2.4/files/arch/mips/bcm947xx/setup.c
+++ b/
target/linux/brcm-2.4/files/arch/mips/bcm947xx/setup.c
@@
-48,7
+48,6
@@
#include <typedefs.h>
#include <osl.h>
#include <sbutils.h>
#include <typedefs.h>
#include <osl.h>
#include <sbutils.h>
-#include <bcmutils.h>
#include <bcmnvram.h>
#include <sbhndmips.h>
#include <hndmips.h>
#include <bcmnvram.h>
#include <sbhndmips.h>
#include <hndmips.h>
@@
-170,7
+169,7
@@
brcm_setup(void)
char *value;
/* Get global SB handle */
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);
/* Initialize clocks and interrupts */
sb_mips_init(sbh, SBMIPS_VIRTIRQ_BASE);
This page took
0.021134 seconds
and
4
git commands to generate.