projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d86fd
)
dm: part: Drop the get_dev() method
author
Simon Glass
<sjg@chromium.org>
Sun, 1 May 2016 17:36:21 +0000
(11:36 -0600)
committer
Simon Glass
<sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000
(09:54 -0600)
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>
include/part.h
patch
|
blob
|
history
diff --git
a/include/part.h
b/include/part.h
index 47f5bafd632c64347eae2bcc02947a3ad94f568b..bc9dc64912b8b798ab084499c369d5e55c9f0cbc 100644
(file)
--- 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);
};