diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-01-13 11:17:04 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-13 18:43:24 -0500 |
commit | d820fa95fe0416a1a95adfc25c158367cdbd865f (patch) | |
tree | 157878a6020a187f84ecdbf8a462a62ce3446b44 | |
parent | 1c4738c35ed427979163d17b1ab1a8913e85ff87 (diff) |
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>
-rw-r--r-- | drivers/staging/vt6656/dpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
38 | * | 38 | * |
39 | */ | 39 | */ |
40 | 40 | ||
41 | #include "dpc.h" | ||
41 | #include "device.h" | 42 | #include "device.h" |
42 | #include "rxtx.h" | 43 | #include "rxtx.h" |
43 | #include "tether.h" | 44 | #include "tether.h" |