]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] radeon drm: fix compilation breakage with gcc 2.95.3
authorJean Delvare <khali@linux-fr.org>
Sat, 17 Dec 2005 22:20:55 +0000 (23:20 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 19 Dec 2005 00:19:35 +0000 (16:19 -0800)
commitee219e5e7c12b742243a080e2d8d288a48a32e44
tree54ea3bd7241ad81d6bb3ec6b9659f1a9744ed784
parentff60dde9e46b87757d5e83bd58be0688fca8e816
[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 <khali@linux-fr.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Mark M. Hoffman <mhoffman@lightlink.com>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/drm/radeon_cp.c