projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836e67e
)
dm: core: remove orphaned parameter description in platdata.h
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 24 Dec 2017 12:14:12 +0000
(13:14 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 1 Jan 2018 14:04:19 +0000
(09:04 -0500)
struct driver_info has no field 'flags'.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/dm/platdata.h
patch
|
blob
|
history
diff --git
a/include/dm/platdata.h
b/include/dm/platdata.h
index 488b2ab0aea446f524b7edede8cc7ee583b920b5..b73aa33093aad78ddd67a0e9f9784989a4fccc8b 100644
(file)
--- 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;