Browse Source

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>
Heinrich Schuchardt 7 năm trước cách đây
mục cha
commit
5da3b3d104
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      include/dm/platdata.h

+ 0 - 1
include/dm/platdata.h

@@ -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;