Re: [U-Boot] [PATCH v2 20/25] drivers/input/input.c: sparse fix

2012-10-30 Thread Simon Glass
On Mon, Oct 29, 2012 at 4:34 PM, Kim Phillips wrote: > input.c:97:5: warning: symbol 'input_queue_ascii' was not declared. Should it > be > > Signed-off-by: Kim Phillips Acked-by: Simon Glass > --- > v2: no changes > > drivers/input/input.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[U-Boot] [PATCH v2 20/25] drivers/input/input.c: sparse fix

2012-10-29 Thread Kim Phillips
input.c:97:5: warning: symbol 'input_queue_ascii' was not declared. Should it be Signed-off-by: Kim Phillips --- v2: no changes drivers/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/input.c b/drivers/input/input.c index 9800667..04fa5f0 100644 -