aboutsummaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-12-24 13:14:12 +0100
committerTom Rini <trini@konsulko.com>2018-01-01 09:04:19 -0500
commit5da3b3d10497fdd7a5655d3872286610fe8489ed (patch)
tree79082267e5b712b7b3705eccbca0d3cd898bf20c /include/dm
parent836e67ee66b938289feeb6ef774e245a56add21b (diff)
downloadu-boot-5da3b3d10497fdd7a5655d3872286610fe8489ed.zip
u-boot-5da3b3d10497fdd7a5655d3872286610fe8489ed.tar.gz
u-boot-5da3b3d10497fdd7a5655d3872286610fe8489ed.tar.bz2
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')
-rw-r--r--include/dm/platdata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dm/platdata.h b/include/dm/platdata.h
index 488b2ab..b73aa33 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;