commit | e498e5765c06f081615677ab0e87ccff15de7f77 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:36:21 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 6567c172d075f6e1dd59be5b482042f6122552ed | |
parent | 025ed60be452369b63e247becfea01127f0eebfc [diff] |
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>
diff --git a/include/part.h b/include/part.h index 47f5baf..bc9dc64 100644 --- a/include/part.h +++ b/include/part.h
@@ -12,7 +12,6 @@ struct block_drvr { char *name; - struct blk_desc* (*get_dev)(int dev); int (*select_hwpart)(int dev_num, int hwpart); };