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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d820fa95fe0416a1a95adfc25c158367cdbd865f;p=linux-beck.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 7b050e96cfd3..eca04c0c1d97 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"