mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f1d86fd3b1
commit
38bd29beaa
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
struct block_drvr {
|
||||
char *name;
|
||||
struct blk_desc* (*get_dev)(int dev);
|
||||
int (*select_hwpart)(int dev_num, int hwpart);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue