staging: vt6655: fix sparse warning for static declarations
authorJames A Shackleford <shack@linux.com>
Mon, 2 Jun 2014 00:26:55 +0000 (20:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 23:33:44 +0000 (16:33 -0700)
commit04d521970bd430b613a000a6b66c568d419b1ff3
tree3f88d202c5aefa63ffca07ddb872813f7cfeb5b6
parentebc43d093b38262f1fc51018a50892ce3a144852
staging: vt6655: fix sparse warning for static declarations

This patch fixes the following sparse warnings:

dpc.c:65:21: warning: symbol 'acbyRxRate' was not declared. Should it be static?
dpc.c:272:9: warning: symbol 'MngWorkItem' was not declared. Should it be static?
dpc.c:288:1: warning: symbol 'device_receive_frame' was not declared. Should it be static?

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/dpc.c