]> git.baikalelectronics.ru Git - kernel.git/commit
prom_free_prom_memory() returns unsigned long
authorArthur Othieno <a.othieno@bluewin.ch>
Fri, 28 Oct 2005 04:42:56 +0000 (00:42 -0400)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:53 +0000 (19:32 +0100)
commitd8b0848b755f46e72a316001916b3c7c213f86fd
treedfdf1058e37ef12c890719a37070ae011ab47e9a
parentaae0d98abc3d87399c97ec0fdabacb30de7f1543
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 <a.othieno@bluewin.ch>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/momentum/jaguar_atx/prom.c
arch/mips/momentum/ocelot_3/prom.c
arch/mips/pmc-sierra/yosemite/prom.c