stdio: Correct a build error with driver model
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:44:49 +0000 (19:44 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commit35a1f0dfa13510b29f9d320a999819eb2d9cb857
tree340c3fafdba1064a1b93e6fdbf0a644836411f15
parent27a1961d0b527b24e7f76230d94df617004b1534
stdio: Correct a build error with driver model

When driver model is used for video but not for the keyboard, a compiler
warnings is produced. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/stdio.c