Skip to content

Commit

Permalink
Void functions shouldn't return values
Browse files Browse the repository at this point in the history
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ladislav Michl authored and Ralf Baechle committed Oct 29, 2005
1 parent 154b500 commit 1329404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/au1000/pb1000/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ void __init prom_init(void)
memsize = simple_strtol(memsize_str, NULL, 0);
}
add_memory_region(0, memsize, BOOT_MEM_RAM);
return 0;
}

0 comments on commit 1329404

Please sign in to comment.