projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix .21 compilation on memory.c (#1778)
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
arch
/
mips
/
adm5120
/
memory.c
diff --git
a/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
b/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
index
e5c7f0c
..
d96d66a
100644
(file)
--- a/
target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
+++ b/
target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
@@
-128,8
+128,7
@@
void __init prom_meminit(void)
}
#endif
-
unsigned long
__init prom_free_prom_memory(void)
+
void
__init prom_free_prom_memory(void)
{
/* We do not have to prom memory to free */
- return 0;
}
This page took
0.044299 seconds
and
4
git commands to generate.