diff mbox series

[U-Boot,1/1] dm: core: remove orphaned parameter description in platdata.h

Message ID 20171224121412.6858-1-xypron.glpk@gmx.de
State Accepted
Commit 5da3b3d10497fdd7a5655d3872286610fe8489ed
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/1] dm: core: remove orphaned parameter description in platdata.h | expand

Commit Message

Heinrich Schuchardt Dec. 24, 2017, 12:14 p.m. UTC
struct driver_info has no field 'flags'.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 include/dm/platdata.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Dec. 29, 2017, 3:14 a.m. UTC | #1
On 24 December 2017 at 05:14, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> struct driver_info has no field 'flags'.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  include/dm/platdata.h | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Jan. 2, 2018, 12:47 a.m. UTC | #2
On Sun, Dec 24, 2017 at 01:14:12PM +0100, Heinrich Schuchardt wrote:

> struct driver_info has no field 'flags'.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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;