mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
committed by
Tom Rini
parent
836e67ee66
commit
5da3b3d104
@@ -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;
|
||||
|
Reference in New Issue
Block a user