commit | 8562043606430185cad26d085d46adcc7ad67fd1 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Oct 20 00:32:34 2007 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Oct 20 00:32:34 2007 +0200 |
tree | efcc9159a230eb62d023d38c465249ddaa252cc6 | |
parent | 039788e1532368eeca1071a873c14e03920cdf38 [diff] [blame] |
ide: constify struct ide_port_info Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
diff --git a/drivers/ide/pci/hpt366.c b/drivers/ide/pci/hpt366.c index d95ec7d..612b795 100644 --- a/drivers/ide/pci/hpt366.c +++ b/drivers/ide/pci/hpt366.c
@@ -1425,7 +1425,7 @@ return 0; } -static struct ide_port_info hpt366_chipsets[] __devinitdata = { +static const struct ide_port_info hpt366_chipsets[] __devinitdata = { { /* 0 */ .name = "HPT36x", .init_chipset = init_chipset_hpt366,