[U-Boot] [PATCH 1/1] dm: core: remove orphaned parameter description in platdata.h
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Dec 24 12:14:12 UTC 2017
struct driver_info has no field 'flags'.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
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
More information about the U-Boot
mailing list