ide: constify struct ide_port_info
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
@@ -638,7 +638,7 @@ static unsigned int __devinit init_chipset_it821x(struct pci_dev *dev, const cha
|
||||
.pio_mask = ATA_PIO4, \
|
||||
}
|
||||
|
||||
static struct ide_port_info it821x_chipsets[] __devinitdata = {
|
||||
static const struct ide_port_info it821x_chipsets[] __devinitdata = {
|
||||
/* 0 */ DECLARE_ITE_DEV("IT8212"),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user