From: Jean Delvare Date: Sat, 17 Dec 2005 22:20:55 +0000 (+0100) Subject: [PATCH] radeon drm: fix compilation breakage with gcc 2.95.3 X-Git-Tag: v2.6.15-rc6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee219e5e7c12b742243a080e2d8d288a48a32e44;p=pandora-kernel.git [PATCH] radeon drm: fix compilation breakage with gcc 2.95.3 Fix a typo which breaks radeon drm compilation with gcc 2.95.3. The offending line was added back in 2.6.11-rc3, but was harmless back then. A recent addition nearby changed it into a compilation breaker: commit 281ab031a8c9e5b593142eb4ec59a87faae8676a. The doubled semi-colon ends up being an empty instruction, and the variable declaration thus ends up being in the middle of "code". Signed-off-by: Jean Delvare Cc: Benjamin Herrenschmidt Cc: Mark M. Hoffman Cc: Paul Mackerras Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed