]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/part.h
dm: part: Drop the get_dev() method
[people/ms/u-boot.git] / include / part.h
index 47f5bafd632c64347eae2bcc02947a3ad94f568b..bc9dc64912b8b798ab084499c369d5e55c9f0cbc 100644 (file)
@@ -12,7 +12,6 @@
 
 struct block_drvr {
        char *name;
-       struct blk_desc* (*get_dev)(int dev);
        int (*select_hwpart)(int dev_num, int hwpart);
 };