dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / spi / mt7621_spi.c
index 3a0738e..eb09317 100644 (file)
@@ -304,6 +304,6 @@ U_BOOT_DRIVER(mt7621_spi) = {
        .id = UCLASS_SPI,
        .of_match = mt7621_spi_ids,
        .ops = &mt7621_spi_ops,
-       .priv_auto_alloc_size = sizeof(struct mt7621_spi),
+       .priv_auto      = sizeof(struct mt7621_spi),
        .probe = mt7621_spi_probe,
 };