diff options
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index a29f8012fb08..c880699a7d0b 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -780,7 +780,7 @@ static void ahci_pci_print_info(struct ata_host *host) | |||
780 | */ | 780 | */ |
781 | static void ahci_p5wdh_workaround(struct ata_host *host) | 781 | static void ahci_p5wdh_workaround(struct ata_host *host) |
782 | { | 782 | { |
783 | static struct dmi_system_id sysids[] = { | 783 | static const struct dmi_system_id sysids[] = { |
784 | { | 784 | { |
785 | .ident = "P5W DH Deluxe", | 785 | .ident = "P5W DH Deluxe", |
786 | .matches = { | 786 | .matches = { |