diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2017-12-24 13:14:12 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-01 09:04:19 -0500 |
commit | 5da3b3d10497fdd7a5655d3872286610fe8489ed (patch) | |
tree | 79082267e5b712b7b3705eccbca0d3cd898bf20c /include/dm/platdata.h | |
parent | 836e67ee66b938289feeb6ef774e245a56add21b (diff) |
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>
Diffstat (limited to 'include/dm/platdata.h')
-rw-r--r-- | include/dm/platdata.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |