You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sections: fix section conflicts in drivers/video
Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
16bd9b8782
commit
556f00ede8
@@ -149,7 +149,7 @@ enum {
|
||||
};
|
||||
|
||||
/* Must match above enum */
|
||||
static const char *r128_family[] __devinitdata = {
|
||||
static char * const r128_family[] __devinitconst = {
|
||||
"AGP",
|
||||
"PCI",
|
||||
"PRO AGP",
|
||||
|
||||
Reference in New Issue
Block a user