]> Git Repo - J-u-boot.git/blobdiff - drivers/mmc/sti_sdhci.c
dm: treewide: Rename 'platdata' variables to just 'plat'
[J-u-boot.git] / drivers / mmc / sti_sdhci.c
index 49ddabcbe5e2a63586325a2fe07ea9e703f6dffd..1da569c75d2f1249a8929648795ce50dfe058374 100644 (file)
@@ -145,5 +145,5 @@ U_BOOT_DRIVER(sti_mmc) = {
        .ofdata_to_platdata = sti_sdhci_ofdata_to_platdata,
        .probe = sti_sdhci_probe,
        .priv_auto      = sizeof(struct sdhci_host),
-       .platdata_auto  = sizeof(struct sti_sdhci_plat),
+       .plat_auto      = sizeof(struct sti_sdhci_plat),
 };
This page took 0.025004 seconds and 4 git commands to generate.