From 539a9059e64c9632eb383fc2e5b5ae1cecd7e509 Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Sat, 23 Jul 2005 22:54:52 +0000 Subject: [PATCH] Void functions shouldn't return values Signed-off-by: Ladislav Michl Signed-off-by: Ralf Baechle --- arch/mips/au1000/pb1000/init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/au1000/pb1000/init.c b/arch/mips/au1000/pb1000/init.c index 34713c5df0d7e..e9fa1bab81f3d 100644 --- a/arch/mips/au1000/pb1000/init.c +++ b/arch/mips/au1000/pb1000/init.c @@ -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; } -- 2.39.5