Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755997AbZIPOBg (ORCPT ); Wed, 16 Sep 2009 10:01:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751751AbZIPOBe (ORCPT ); Wed, 16 Sep 2009 10:01:34 -0400 Received: from cpsmtpm-eml103.kpnxchange.com ([195.121.3.7]:54646 "EHLO CPSMTPM-EML103.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585AbZIPOBd convert rfc822-to-8bit (ORCPT ); Wed, 16 Sep 2009 10:01:33 -0400 From: Frans Pop To: linux-kernel@vger.kernel.org Subject: Build error on arm in crypto/cast6.c Date: Wed, 16 Sep 2009 16:01:34 +0200 User-Agent: KMail/1.9.9 Cc: linux-crypto@vger.kernel.org, Herbert Xu MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200909161601.35662.elendil@planet.nl> X-OriginalArrivalTime: 16 Sep 2009 14:01:36.0309 (UTC) FILETIME=[34600650:01CA36D6] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 25 $ git describe master v2.6.31-4547-g0cb583f gcc version 4.3.2 crypto/cast6.c:372:39: error: macro "W" passed 2 arguments, but takes just 1 crypto/cast6.c:372: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token crypto/cast6.c:413:16: error: macro "W" passed 2 arguments, but takes just 1 crypto/cast6.c: In function ‘cast6_setkey’: crypto/cast6.c:413: error: ‘W’ undeclared (first use in this function) crypto/cast6.c:413: error: (Each undeclared identifier is reported only once crypto/cast6.c:413: error: for each function it appears in.) crypto/cast6.c:414:20: error: macro "W" passed 2 arguments, but takes just 1 Strange thing is that this file does not look to have changed. Maybe it's a result of enabling the new config option CRYPTO_DEV_MV_CESA? Cheers, FJP -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/