[U-Boot] [PATCH v2 01/37] stdio: Correct a build error with driver model

2016-01-21 Thread Simon Glass
When driver model is used for video but not for the keyboard, a compiler warnings is produced. Fix it. Signed-off-by: Simon Glass --- Changes in v2: None common/stdio.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/stdio.c b/common/stdio.c index 7252bab..f99cfe7 100644 --- a/co

Re: [U-Boot] [PATCH v2 01/37] stdio: Correct a build error with driver model

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:44, Simon Glass wrote: > When driver model is used for video but not for the keyboard, a compiler > warnings is produced. Fix it. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > common/stdio.c | 3 +++ > 1 file changed, 3 insertions(+) Applied to u-boot