[PATCH 06/42] crc32: sparse fixes

Sascha Hauer s.hauer at pengutronix.de
Tue Oct 19 08:54:54 EDT 2010


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 lib/crc32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/crc32.c b/lib/crc32.c
index 3481782..275edb4 100644
--- a/lib/crc32.c
+++ b/lib/crc32.c
@@ -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;
-- 
1.7.2.3




More information about the barebox mailing list