From 04d521970bd430b613a000a6b66c568d419b1ff3 Mon Sep 17 00:00:00 2001 From: James A Shackleford Date: Sun, 1 Jun 2014 20:26:55 -0400 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed