]> Git Repo - J-u-boot.git/blobdiff - drivers/video/tegra124/dp.c
dm: treewide: Rename auto_alloc_size members to be shorter
[J-u-boot.git] / drivers / video / tegra124 / dp.c
index 59758eb93614f1717bddee5bee2e0f7736e5b6d3..881923f229289644f019324c9290789540ba09a7 100644 (file)
@@ -1619,6 +1619,6 @@ U_BOOT_DRIVER(dp_tegra) = {
        .ofdata_to_platdata = tegra_dp_ofdata_to_platdata,
        .probe  = dp_tegra_probe,
        .ops    = &dp_tegra_ops,
-       .priv_auto_alloc_size = sizeof(struct tegra_dp_priv),
-       .platdata_auto_alloc_size = sizeof(struct tegra_dp_plat),
+       .priv_auto      = sizeof(struct tegra_dp_priv),
+       .platdata_auto  = sizeof(struct tegra_dp_plat),
 };
This page took 0.023052 seconds and 4 git commands to generate.