diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-12-17 23:20:55 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-18 16:19:35 -0800 |
commit | ee219e5e7c12b742243a080e2d8d288a48a32e44 (patch) | |
tree | 54ea3bd7241ad81d6bb3ec6b9659f1a9744ed784 /include/linux/mtd | |
parent | ff60dde9e46b87757d5e83bd58be0688fca8e816 (diff) | |
download | op-kernel-dev-ee219e5e7c12b742243a080e2d8d288a48a32e44.zip op-kernel-dev-ee219e5e7c12b742243a080e2d8d288a48a32e44.tar.gz |
[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>
Diffstat (limited to 'include/linux/mtd')
0 files changed, 0 insertions, 0 deletions