From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1P8Bj5-0005qv-Hn for barebox@lists.infradead.org; Tue, 19 Oct 2010 12:55:38 +0000 From: Sascha Hauer Date: Tue, 19 Oct 2010 14:54:54 +0200 Message-Id: <1287492930-15716-7-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> References: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 06/42] crc32: sparse fixes To: barebox@lists.infradead.org Signed-off-by: Sascha Hauer --- 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 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox