From 8562043606430185cad26d085d46adcc7ad67fd1 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Sat, 20 Oct 2007 00:32:34 +0200 Subject: ide: constify struct ide_port_info Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ide/pci/it8213.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/ide/pci/it8213.c') diff --git a/drivers/ide/pci/it8213.c b/drivers/ide/pci/it8213.c index 52e403f42d5..90b52ed37bf 100644 --- a/drivers/ide/pci/it8213.c +++ b/drivers/ide/pci/it8213.c @@ -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"), }; -- cgit v1.2.3