[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090803.211016.21222287.davem@davemloft.net>
Date: Mon, 03 Aug 2009 21:10:16 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: khali@...ux-fr.org
Cc: klassert@...hematik.tu-chemnitz.de, netdev@...r.kernel.org,
a.beregalov@...il.com
Subject: Re: [PATCH] 3c59x: Fix build failure with gcc 3.2
From: Jean Delvare <khali@...ux-fr.org>
Date: Mon, 3 Aug 2009 13:48:03 +0200
> Fix the following build failure with gcc 3.2:
>
> CC [M] drivers/net/3c59x.o
> drivers/net/3c59x.c:2726:1: directives may not be used inside a macro argument
> drivers/net/3c59x.c:2725:59: unterminated argument list invoking macro "pr_err"
> drivers/net/3c59x.c: In function `dump_tx_ring':
> drivers/net/3c59x.c:2727: implicit declaration of function `pr_err'
> drivers/net/3c59x.c:2731: syntax error before ')' token
>
> Apparently gcc 3.2 doesn't like #if interleaved with a macro call.
>
> Signed-off-by: Jean Delvare <khali@...ux-fr.org>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists