commit | 777cc2cc01349492629f4e05170505ffe4b1cf14 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 19 10:01:55 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 23 22:05:33 2022 +0200 |
tree | b4fb4f1f5eb4ef7ae37c1f9e0b1f808803a9dd0c | |
parent | 140c59cd91d774be4a9d7942a36877d1ea9813d3 [diff] |
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>