Loading drivers/ata/ahci_st.c +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ static int st_ahci_resume(struct device *dev) static SIMPLE_DEV_PM_OPS(st_ahci_pm_ops, st_ahci_suspend, st_ahci_resume); static struct of_device_id st_ahci_match[] = { static const struct of_device_id st_ahci_match[] = { { .compatible = "st,ahci", }, {}, }; Loading Loading
drivers/ata/ahci_st.c +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ static int st_ahci_resume(struct device *dev) static SIMPLE_DEV_PM_OPS(st_ahci_pm_ops, st_ahci_suspend, st_ahci_resume); static struct of_device_id st_ahci_match[] = { static const struct of_device_id st_ahci_match[] = { { .compatible = "st,ahci", }, {}, }; Loading