[U-Boot] [PATCH 1/1] 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 --- 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;

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

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!
participants (3)
-
Heinrich Schuchardt
-
Simon Glass
-
Tom Rini