[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:
committed by
Linus Torvalds
parent
adf6b20654
commit
d95159cf1b
@@ -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",
|
||||
|
Reference in New Issue
Block a user