Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11293
b: refs/heads/master
c: 5ef6693
h: refs/heads/master
i:
  11291: 1e229ec
v: v3
  • Loading branch information
Arthur Othieno authored and Ralf Baechle committed Oct 29, 2005
1 parent 868082e commit 0b95204
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b724efdde0287d7ba616bd2badc63fca414f978
refs/heads/master: 5ef66935c1f6d412b37cf4f68281bd4fc7fca7e5
3 changes: 2 additions & 1 deletion trunk/arch/mips/momentum/jaguar_atx/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,9 @@ void __init prom_init(void)
#endif
}

void __init prom_free_prom_memory(void)
unsigned long __init prom_free_prom_memory(void)
{
return 0;
}

void __init prom_fixup_mem_map(unsigned long start, unsigned long end)
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/mips/momentum/ocelot_3/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ void __init prom_init(void)
#endif
}

void __init prom_free_prom_memory(void)
unsigned long __init prom_free_prom_memory(void)
{
return 0;
}

void __init prom_fixup_mem_map(unsigned long start, unsigned long end)
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/mips/pmc-sierra/yosemite/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ void __init prom_init(void)
prom_grab_secondary();
}

void __init prom_free_prom_memory(void)
unsigned long __init prom_free_prom_memory(void)
{
return 0;
}

void __init prom_fixup_mem_map(unsigned long start, unsigned long end)
Expand Down

0 comments on commit 0b95204

Please sign in to comment.