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
@@ -443,7 +443,7 @@ static struct hpt_timings hpt37x_timings = {
|
||||
}
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt36x __devinitdata = {
|
||||
static const struct hpt_info hpt36x __devinitconst = {
|
||||
.chip_name = "HPT36x",
|
||||
.chip_type = HPT36x,
|
||||
.udma_mask = HPT366_ALLOW_ATA66_3 ? (HPT366_ALLOW_ATA66_4 ? ATA_UDMA4 : ATA_UDMA3) : ATA_UDMA2,
|
||||
@@ -451,7 +451,7 @@ static const struct hpt_info hpt36x __devinitdata = {
|
||||
.timings = &hpt36x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt370 __devinitdata = {
|
||||
static const struct hpt_info hpt370 __devinitconst = {
|
||||
.chip_name = "HPT370",
|
||||
.chip_type = HPT370,
|
||||
.udma_mask = HPT370_ALLOW_ATA100_5 ? ATA_UDMA5 : ATA_UDMA4,
|
||||
@@ -459,7 +459,7 @@ static const struct hpt_info hpt370 __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt370a __devinitdata = {
|
||||
static const struct hpt_info hpt370a __devinitconst = {
|
||||
.chip_name = "HPT370A",
|
||||
.chip_type = HPT370A,
|
||||
.udma_mask = HPT370_ALLOW_ATA100_5 ? ATA_UDMA5 : ATA_UDMA4,
|
||||
@@ -467,7 +467,7 @@ static const struct hpt_info hpt370a __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt374 __devinitdata = {
|
||||
static const struct hpt_info hpt374 __devinitconst = {
|
||||
.chip_name = "HPT374",
|
||||
.chip_type = HPT374,
|
||||
.udma_mask = ATA_UDMA5,
|
||||
@@ -475,7 +475,7 @@ static const struct hpt_info hpt374 __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt372 __devinitdata = {
|
||||
static const struct hpt_info hpt372 __devinitconst = {
|
||||
.chip_name = "HPT372",
|
||||
.chip_type = HPT372,
|
||||
.udma_mask = HPT372_ALLOW_ATA133_6 ? ATA_UDMA6 : ATA_UDMA5,
|
||||
@@ -483,7 +483,7 @@ static const struct hpt_info hpt372 __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt372a __devinitdata = {
|
||||
static const struct hpt_info hpt372a __devinitconst = {
|
||||
.chip_name = "HPT372A",
|
||||
.chip_type = HPT372A,
|
||||
.udma_mask = HPT372_ALLOW_ATA133_6 ? ATA_UDMA6 : ATA_UDMA5,
|
||||
@@ -491,7 +491,7 @@ static const struct hpt_info hpt372a __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt302 __devinitdata = {
|
||||
static const struct hpt_info hpt302 __devinitconst = {
|
||||
.chip_name = "HPT302",
|
||||
.chip_type = HPT302,
|
||||
.udma_mask = HPT302_ALLOW_ATA133_6 ? ATA_UDMA6 : ATA_UDMA5,
|
||||
@@ -499,7 +499,7 @@ static const struct hpt_info hpt302 __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt371 __devinitdata = {
|
||||
static const struct hpt_info hpt371 __devinitconst = {
|
||||
.chip_name = "HPT371",
|
||||
.chip_type = HPT371,
|
||||
.udma_mask = HPT371_ALLOW_ATA133_6 ? ATA_UDMA6 : ATA_UDMA5,
|
||||
@@ -507,7 +507,7 @@ static const struct hpt_info hpt371 __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt372n __devinitdata = {
|
||||
static const struct hpt_info hpt372n __devinitconst = {
|
||||
.chip_name = "HPT372N",
|
||||
.chip_type = HPT372N,
|
||||
.udma_mask = HPT372_ALLOW_ATA133_6 ? ATA_UDMA6 : ATA_UDMA5,
|
||||
@@ -515,7 +515,7 @@ static const struct hpt_info hpt372n __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt302n __devinitdata = {
|
||||
static const struct hpt_info hpt302n __devinitconst = {
|
||||
.chip_name = "HPT302N",
|
||||
.chip_type = HPT302N,
|
||||
.udma_mask = HPT302_ALLOW_ATA133_6 ? ATA_UDMA6 : ATA_UDMA5,
|
||||
@@ -523,7 +523,7 @@ static const struct hpt_info hpt302n __devinitdata = {
|
||||
.timings = &hpt37x_timings
|
||||
};
|
||||
|
||||
static const struct hpt_info hpt371n __devinitdata = {
|
||||
static const struct hpt_info hpt371n __devinitconst = {
|
||||
.chip_name = "HPT371N",
|
||||
.chip_type = HPT371N,
|
||||
.udma_mask = HPT371_ALLOW_ATA133_6 ? ATA_UDMA6 : ATA_UDMA5,
|
||||
@@ -1361,7 +1361,7 @@ static const struct ide_dma_ops hpt36x_dma_ops = {
|
||||
.dma_sff_read_status = ide_dma_sff_read_status,
|
||||
};
|
||||
|
||||
static const struct ide_port_info hpt366_chipsets[] __devinitdata = {
|
||||
static const struct ide_port_info hpt366_chipsets[] __devinitconst = {
|
||||
{ /* 0: HPT36x */
|
||||
.name = DRV_NAME,
|
||||
.init_chipset = init_chipset_hpt366,
|
||||
|
Reference in New Issue
Block a user