@@ -543,7 +543,7 @@ static int sdhci_am654_platform_execute_tuning(struct sdhci_host *host,
543
543
return 0 ;
544
544
}
545
545
546
- static struct sdhci_ops sdhci_am654_ops = {
546
+ static const struct sdhci_ops sdhci_am654_ops = {
547
547
.platform_execute_tuning = sdhci_am654_platform_execute_tuning ,
548
548
.get_max_clock = sdhci_pltfm_clk_get_max_clock ,
549
549
.get_timeout_clock = sdhci_pltfm_clk_get_max_clock ,
@@ -573,7 +573,7 @@ static const struct sdhci_am654_driver_data sdhci_am654_drvdata = {
573
573
.flags = IOMUX_PRESENT | FREQSEL_2_BIT | STRBSEL_4_BIT | DLL_PRESENT ,
574
574
};
575
575
576
- static struct sdhci_ops sdhci_j721e_8bit_ops = {
576
+ static const struct sdhci_ops sdhci_j721e_8bit_ops = {
577
577
.platform_execute_tuning = sdhci_am654_platform_execute_tuning ,
578
578
.get_max_clock = sdhci_pltfm_clk_get_max_clock ,
579
579
.get_timeout_clock = sdhci_pltfm_clk_get_max_clock ,
@@ -597,7 +597,7 @@ static const struct sdhci_am654_driver_data sdhci_j721e_8bit_drvdata = {
597
597
.flags = DLL_PRESENT | DLL_CALIB ,
598
598
};
599
599
600
- static struct sdhci_ops sdhci_j721e_4bit_ops = {
600
+ static const struct sdhci_ops sdhci_j721e_4bit_ops = {
601
601
.platform_execute_tuning = sdhci_am654_platform_execute_tuning ,
602
602
.get_max_clock = sdhci_pltfm_clk_get_max_clock ,
603
603
.get_timeout_clock = sdhci_pltfm_clk_get_max_clock ,
0 commit comments