1
0
Files
linux/drivers
Jean Delvare 0cb13536c3 3c59x: Fix build failure with gcc 3.2
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@linux-fr.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-03 21:10:01 -07:00
..
2009-06-23 01:54:30 -04:00
2009-06-21 22:48:03 -07:00
2009-06-22 10:12:37 +01:00
2009-06-22 16:56:22 -07:00
2009-08-03 21:10:01 -07:00
2009-07-21 15:58:54 -04:00
2009-07-08 15:24:25 -04:00