From: Malcolm Priestley Date: Mon, 13 Jan 2014 16:17:04 +0000 (+0000) Subject: staging: vt6656: sparse fixes: dpc.c missing dpc.h X-Git-Tag: v3.14-rc1~13^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d820fa95fe0416a1a95adfc25c158367cdbd865f;p=platform%2Fkernel%2Flinux-stable.git staging: vt6656: sparse fixes: dpc.c missing dpc.h sparse warnings dpc.c:249:5: warning: symbol 'RXbBulkInProcessData' was not declared. Should it be static? dpc.c:1295:6: warning: symbol 'RXvWorkItem' was not declared. Should it be static? dpc.c:1321:6: warning: symbol 'RXvFreeRCB' was not declared. Should it be static? dpc.c:1356:6: warning: symbol 'RXvMngWorkItem' was not declared. Should it be static? Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/dpc.c b/drivers/staging/vt6656/dpc.c index 7b050e9..eca04c0 100644 --- a/drivers/staging/vt6656/dpc.c +++ b/drivers/staging/vt6656/dpc.c @@ -38,6 +38,7 @@ * */ +#include "dpc.h" #include "device.h" #include "rxtx.h" #include "tether.h"