From: Arthur Othieno Date: Fri, 28 Oct 2005 04:42:56 +0000 (-0400) Subject: prom_free_prom_memory() returns unsigned long X-Git-Tag: v2.6.15-rc1~731^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef66935c1f6d412b37cf4f68281bd4fc7fca7e5;p=pandora-kernel.git prom_free_prom_memory() returns unsigned long Some boards declare prom_free_prom_memory as a void function but the caller free_initmem() expects a return value. Fix those up and return 0 instead, just like everyone else does. Signed-off-by: Arthur Othieno Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed