]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: move a function prototype
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:01:55 +0000 (10:01 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:33 +0000 (22:05 +0200)
commit4a238c38ea015d07f2fc8d8941b17409e3855817
treeb4fb4f1f5eb4ef7ae37c1f9e0b1f808803a9dd0c
parentb500b9a122200ae1836d4f19b5995d12eca8efe3
sandbox: move a function prototype

Since host_get_dev_errr() is defined in drivers/block/sandbox.c,
the associated function prototype should be in a more appropriate
header file.

Fixes: commit 4101f6879256 ("dm: Drop the block_dev_desc_t typedef")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/part.h
include/sandboxblockdev.h