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/ide
Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: David Miller <davem@davemloft.net> 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
1849f23d6f
commit
e6b53703b9
@@ -563,7 +563,7 @@ static const struct ide_port_ops sis_ata133_port_ops = {
|
||||
.cable_detect = sis_cable_detect,
|
||||
};
|
||||
|
||||
static const struct ide_port_info sis5513_chipset __devinitdata = {
|
||||
static const struct ide_port_info sis5513_chipset __devinitconst = {
|
||||
.name = DRV_NAME,
|
||||
.init_chipset = init_chipset_sis5513,
|
||||
.enablebits = { {0x4a, 0x02, 0x02}, {0x4a, 0x04, 0x04} },
|
||||
|
||||
Reference in New Issue
Block a user