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:
parent
1c4738c35e
commit
d820fa95fe
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "dpc.h"
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
#include "rxtx.h"
|
#include "rxtx.h"
|
||||||
#include "tether.h"
|
#include "tether.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue