summaryrefslogtreecommitdiff
path: root/include/part.h
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2022-04-19 04:01:55 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-04-23 23:05:33 +0300
commitc73a0709e4a7d12107ce957105f694fdd6b7f8b6 (patch)
treeb4fb4f1f5eb4ef7ae37c1f9e0b1f808803a9dd0c /include/part.h
parent2a0d1881ac10a447cc7743c79385f744eb494718 (diff)
downloadu-boot-c73a0709e4a7d12107ce957105f694fdd6b7f8b6.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h
index 74911f4a5b..625afe79ba 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,