diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2022-04-19 10:01:55 +0900 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-04-23 22:05:33 +0200 |
commit | c73a0709e4a7d12107ce957105f694fdd6b7f8b6 (patch) | |
tree | b4fb4f1f5eb4ef7ae37c1f9e0b1f808803a9dd0c /include/part.h | |
parent | 2a0d1881ac10a447cc7743c79385f744eb494718 (diff) | |
download | u-boot-c73a0709e4a7d12107ce957105f694fdd6b7f8b6.tar.gz |
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>
Diffstat (limited to 'include/part.h')
-rw-r--r-- | include/part.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h index 74911f4a5b0..625afe79baa 100644 --- a/include/part.h +++ b/include/part.h @@ -104,7 +104,6 @@ struct disk_part { struct blk_desc *blk_get_dev(const char *ifname, int dev); struct blk_desc *mg_disk_get_dev(int dev); -int host_get_dev_err(int dev, struct blk_desc **blk_devp); /* disk/part.c */ int part_get_info(struct blk_desc *dev_desc, int part, |