[PATCH] various fbdev files: mark structs and array read-only

- move some structs and arrays to the read-only (.rodata) section

[akpm@osdl.org: build fix]
Signed-off-by: Helge Deller <deller@gmx.de>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Helge Deller
2006-12-08 02:40:28 -08:00
committed by Linus Torvalds
parent adf6b20654
commit d95159cf1b
6 changed files with 9 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ struct broken_edid {
u32 fix;
};
static struct broken_edid brokendb[] = {
static const struct broken_edid brokendb[] = {
/* DEC FR-PCXAV-YZ */
{
.manufacturer = "DEC",