mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
dm: core: remove orphaned parameter description in platdata.h
struct driver_info has no field 'flags'. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
836e67ee66
commit
5da3b3d104
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
* @name: Driver name
|
||||
* @platdata: Driver-specific platform data
|
||||
* @platdata_size: Size of platform data structure
|
||||
* @flags: Platform data flags (DM_FLAG_...)
|
||||
*/
|
||||
struct driver_info {
|
||||
const char *name;
|
||||
|
|
Loading…
Add table
Reference in a new issue