commit | 132940401174ed04f9e8f1ae2dad6f47da26ee0a | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Sat Jul 23 22:54:52 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:31:57 2005 +0100 |
tree | 61ac747cbd39755a83eedfaa0929cc77afe8e9b0 | |
parent | 154b500b1981a8053a15cd8e749a955a9bb60006 [diff] |
Void functions shouldn't return values Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/au1000/pb1000/init.c b/arch/mips/au1000/pb1000/init.c index 34713c5..e9fa1ba 100644 --- a/arch/mips/au1000/pb1000/init.c +++ b/arch/mips/au1000/pb1000/init.c
@@ -65,5 +65,4 @@ memsize = simple_strtol(memsize_str, NULL, 0); } add_memory_region(0, memsize, BOOT_MEM_RAM); - return 0; }