struct driver_info has no field 'flags'.

Signed-off-by: Heinrich Schuchardt <[email protected]>
---
 include/dm/platdata.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dm/platdata.h b/include/dm/platdata.h
index 488b2ab0ae..b73aa33093 100644
--- a/include/dm/platdata.h
+++ b/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;
-- 
2.14.2

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to