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
|
|
@ -23,7 +23,6 @@
|
||||||
* @name: Driver name
|
* @name: Driver name
|
||||||
* @platdata: Driver-specific platform data
|
* @platdata: Driver-specific platform data
|
||||||
* @platdata_size: Size of platform data structure
|
* @platdata_size: Size of platform data structure
|
||||||
* @flags: Platform data flags (DM_FLAG_...)
|
|
||||||
*/
|
*/
|
||||||
struct driver_info {
|
struct driver_info {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue