ide: constify struct ide_port_info
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
@@ -193,7 +193,7 @@ static void __devinit init_hwif_it8213(ide_hwif_t *hwif)
|
||||
.udma_mask = ATA_UDMA6, \
|
||||
}
|
||||
|
||||
static struct ide_port_info it8213_chipsets[] __devinitdata = {
|
||||
static const struct ide_port_info it8213_chipsets[] __devinitdata = {
|
||||
/* 0 */ DECLARE_ITE_DEV("IT8213"),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user