]> Git Repo - u-boot.git/blobdiff - drivers/pwm/tegra_pwm.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / pwm / tegra_pwm.c
index 5e98d0fc2c7b4fa129b9dd51fed5b4575c1f3043..29c9ce366c98dd29d4e7bc83978e09fd54cb5a13 100644 (file)
@@ -79,5 +79,5 @@ U_BOOT_DRIVER(tegra_pwm) = {
        .of_match = tegra_pwm_ids,
        .ops    = &tegra_pwm_ops,
        .ofdata_to_platdata     = tegra_pwm_ofdata_to_platdata,
-       .priv_auto_alloc_size   = sizeof(struct tegra_pwm_priv),
+       .priv_auto      = sizeof(struct tegra_pwm_priv),
 };
This page took 0.025497 seconds and 4 git commands to generate.