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 <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-01-13 16:17:04 +00:00 committed by Greg Kroah-Hartman
parent 1c4738c35e
commit d820fa95fe
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
*
*/
#include "dpc.h"
#include "device.h"
#include "rxtx.h"
#include "tether.h"