From: Ralf Baechle Date: Tue, 8 Nov 2005 22:02:35 +0000 (+0000) Subject: [PATCH] gt96100eth.c: Don't concatenate __FUNCTION__ with strings. X-Git-Tag: v2.6.15-rc1~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560c22fe1fc8b3523ef422da4f1cf04aa22d1471;p=pandora-kernel.git [PATCH] gt96100eth.c: Don't concatenate __FUNCTION__ with strings. As part of the ISO C9x conversion gcc deprecates concatenation with __FUNCTION__ because __FUNCTION__ is not a preprocessor macro. Signed-off-by: Clemens Buchacher Signed-off-by: Maximilian Attems Signed-off-by: Domen Puncer Signed-off-by: Alexey Dobriyan Signed-off-by: Ralf Baechle Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed