staging: cxt1e1: fix sbeCrc function declaration
authorPawel Lebioda <pawel.lebioda89@gmail.com>
Sat, 21 Jun 2014 17:29:35 +0000 (19:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:35:50 +0000 (20:35 -0400)
commit7bb3c79862be281c4f6cdf49c5f044981f2241a5
treeb691184e1415e3ead7b6d707d4e4c288f1b630ad
parent2eca2816752f29dd533762d9693f49e2717fb80b
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 <pawel.lebioda89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cxt1e1/pmcc4.h
drivers/staging/cxt1e1/pmcc4_private.h
drivers/staging/cxt1e1/sbecrc.c
This page took 0.026148 seconds and 5 git commands to generate.