]> Git Repo - u-boot.git/blobdiff - drivers/virtio/virtio_rng.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / virtio / virtio_rng.c
index fc3e19cfaeebd31cc9f5c3b8b3bf3504d05bd11d..9314c0a03ed70412851863db2a357a31020a9aad 100644 (file)
@@ -84,6 +84,6 @@ U_BOOT_DRIVER(virtio_rng) = {
        .probe  = virtio_rng_probe,
        .remove = virtio_reset,
        .ops    = &virtio_rng_ops,
-       .priv_auto_alloc_size = sizeof(struct virtio_rng_priv),
+       .priv_auto      = sizeof(struct virtio_rng_priv),
        .flags  = DM_FLAG_ACTIVE_DMA,
 };
This page took 0.0258 seconds and 4 git commands to generate.