9
0
Fork 0

crc32: sparse fixes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-15 08:24:03 +02:00
parent a09eea302b
commit f167796416
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static void make_crc_table(void);
the information needed to generate CRC's on data a byte at a time for all
combinations of CRC register values and incoming bytes.
*/
static void make_crc_table()
static void make_crc_table(void)
{
ulong c;
int n, k;