]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: vt6656: sparse fixes: dpc.c missing dpc.h
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 13 Jan 2014 16:17:04 +0000 (16:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2014 23:43:24 +0000 (15:43 -0800)
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>
drivers/staging/vt6656/dpc.c

index 7b050e96cfd32593e6a685ab69c57a64cbd638d7..eca04c0c1d97d9118eb70f44d7ca20c6c60cc372 100644 (file)
@@ -38,6 +38,7 @@
  *
  */
 
+#include "dpc.h"
 #include "device.h"
 #include "rxtx.h"
 #include "tether.h"