projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not try to initialise clocks for now, it is borken on most devices
[openwrt.git]
/
target
/
linux
/
ar7-2.6
/
files
/
arch
/
mips
/
ar7
/
memory.c
diff --git
a/target/linux/ar7-2.6/files/arch/mips/ar7/memory.c
b/target/linux/ar7-2.6/files/arch/mips/ar7/memory.c
index
10dc09d
..
8ff571c
100644
(file)
--- a/
target/linux/ar7-2.6/files/arch/mips/ar7/memory.c
+++ b/
target/linux/ar7-2.6/files/arch/mips/ar7/memory.c
@@
-188,7
+188,7
@@
void __init prom_meminit(void)
#endif
}
-
unsigned long
__init prom_free_prom_memory(void)
+
void
__init prom_free_prom_memory(void)
{
- return
0
;
+ return;
}
This page took
0.021443 seconds
and
4
git commands to generate.