From d820fa95fe0416a1a95adfc25c158367cdbd865f Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Mon, 13 Jan 2014 16:17:04 +0000 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed