diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2005-07-23 18:54:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:57 -0400 |
commit | 132940401174ed04f9e8f1ae2dad6f47da26ee0a (patch) | |
tree | 61ac747cbd39755a83eedfaa0929cc77afe8e9b0 /arch | |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/au1000/pb1000/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/au1000/pb1000/init.c b/arch/mips/au1000/pb1000/init.c index 34713c5df0d7..e9fa1bab81f3 100644 --- a/arch/mips/au1000/pb1000/init.c +++ b/arch/mips/au1000/pb1000/init.c | |||
@@ -65,5 +65,4 @@ void __init prom_init(void) | |||
65 | memsize = simple_strtol(memsize_str, NULL, 0); | 65 | memsize = simple_strtol(memsize_str, NULL, 0); |
66 | } | 66 | } |
67 | add_memory_region(0, memsize, BOOT_MEM_RAM); | 67 | add_memory_region(0, memsize, BOOT_MEM_RAM); |
68 | return 0; | ||
69 | } | 68 | } |