aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/pci/alim15x3.c2
-rw-r--r--drivers/ide/pci/via82cxxx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pci/alim15x3.c b/drivers/ide/pci/alim15x3.c
index 11ecb618007c..20ebe3b7049c 100644
--- a/drivers/ide/pci/alim15x3.c
+++ b/drivers/ide/pci/alim15x3.c
@@ -588,7 +588,7 @@ out:
588 * Cable special cases 588 * Cable special cases
589 */ 589 */
590 590
591static struct dmi_system_id cable_dmi_table[] = { 591static const struct dmi_system_id cable_dmi_table[] = {
592 { 592 {
593 .ident = "HP Pavilion N5430", 593 .ident = "HP Pavilion N5430",
594 .matches = { 594 .matches = {
diff --git a/drivers/ide/pci/via82cxxx.c b/drivers/ide/pci/via82cxxx.c
index a7be7795e6af..c10203a32159 100644
--- a/drivers/ide/pci/via82cxxx.c
+++ b/drivers/ide/pci/via82cxxx.c
@@ -419,7 +419,7 @@ static unsigned int __devinit init_chipset_via82cxxx(struct pci_dev *dev, const
419 * Cable special cases 419 * Cable special cases
420 */ 420 */
421 421
422static struct dmi_system_id cable_dmi_table[] = { 422static const struct dmi_system_id cable_dmi_table[] = {
423 { 423 {
424 .ident = "Acer Ferrari 3400", 424 .ident = "Acer Ferrari 3400",
425 .matches = { 425 .matches = {