From 7bb3c79862be281c4f6cdf49c5f044981f2241a5 Mon Sep 17 00:00:00 2001 From: Pawel Lebioda Date: Sat, 21 Jun 2014 19:29:35 +0200 Subject: [PATCH] staging: cxt1e1: fix sbeCrc function declaration This patch fixes the following sparse warning: drivers/staging/cxt1e1/sbecrc.c:86:1: warning: symbol 'sbeCrc' was not declared. Should it be static? Furthermore it fixes wring sbeCrc return type in function declaration. Signed-off-by: Pawel Lebioda Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed