mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-15 15:51:31 +01:00
The function os_free() returns nothing. Its return type should be "void" rather than "void *". Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>