dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / clk / clk-ti-sci.c
index b085a4f..6f0fdaa 100644 (file)
@@ -12,6 +12,9 @@
 #include <dm.h>
 #include <errno.h>
 #include <clk-uclass.h>
+#include <log.h>
+#include <malloc.h>
+#include <dm/device_compat.h>
 #include <linux/err.h>
 #include <linux/soc/ti/ti_sci_protocol.h>
 #include <k3-avs.h>
@@ -217,6 +220,6 @@ U_BOOT_DRIVER(ti_sci_clk) = {
        .id = UCLASS_CLK,
        .of_match = ti_sci_clk_of_match,
        .probe = ti_sci_clk_probe,
-       .priv_auto_alloc_size = sizeof(struct ti_sci_clk_data),
+       .priv_auto      = sizeof(struct ti_sci_clk_data),
        .ops = &ti_sci_clk_ops,
 };