diff options
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r-- | drivers/ata/ata_piix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 6996eb5b7506..92c2d5082bef 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -919,7 +919,7 @@ static void ich_set_dmamode (struct ata_port *ap, struct ata_device *adev) | |||
919 | #ifdef CONFIG_PM | 919 | #ifdef CONFIG_PM |
920 | static int piix_broken_suspend(void) | 920 | static int piix_broken_suspend(void) |
921 | { | 921 | { |
922 | static struct dmi_system_id sysids[] = { | 922 | static const struct dmi_system_id sysids[] = { |
923 | { | 923 | { |
924 | .ident = "TECRA M3", | 924 | .ident = "TECRA M3", |
925 | .matches = { | 925 | .matches = { |
@@ -1183,7 +1183,7 @@ static void __devinit piix_init_sata_map(struct pci_dev *pdev, | |||
1183 | 1183 | ||
1184 | static void piix_iocfg_bit18_quirk(struct pci_dev *pdev) | 1184 | static void piix_iocfg_bit18_quirk(struct pci_dev *pdev) |
1185 | { | 1185 | { |
1186 | static struct dmi_system_id sysids[] = { | 1186 | static const struct dmi_system_id sysids[] = { |
1187 | { | 1187 | { |
1188 | /* Clevo M570U sets IOCFG bit 18 if the cdrom | 1188 | /* Clevo M570U sets IOCFG bit 18 if the cdrom |
1189 | * isn't used to boot the system which | 1189 | * isn't used to boot the system which |