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>
This commit is contained in:
Heinrich Schuchardt 2017-12-24 13:14:12 +01:00 committed by Tom Rini
parent 836e67ee66
commit 5da3b3d104

View file

@ -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;