ide: constify struct ide_port_info
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
@@ -118,7 +118,7 @@ static void __devinit init_hwif_jmicron(ide_hwif_t *hwif)
|
||||
hwif->cbl = ata66_jmicron(hwif);
|
||||
}
|
||||
|
||||
static struct ide_port_info jmicron_chipset __devinitdata = {
|
||||
static const struct ide_port_info jmicron_chipset __devinitdata = {
|
||||
.name = "JMB",
|
||||
.init_hwif = init_hwif_jmicron,
|
||||
.host_flags = IDE_HFLAG_BOOTABLE,
|
||||
|
Reference in New Issue
Block a user