提交 38bd29be 编写于 作者: S Simon Glass

dm: part: Drop the get_dev() method

This is now handled by the legacy block driver. The get_dev() method is
no-longer used. Drop it.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 f1d86fd3
......@@ -12,7 +12,6 @@
struct block_drvr {
char *name;
struct blk_desc* (*get_dev)(int dev);
int (*select_hwpart)(int dev_num, int hwpart);
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册