summaryrefslogtreecommitdiff
path: root/drivers/dma/sandbox-dma-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/sandbox-dma-test.c')
-rw-r--r--drivers/dma/sandbox-dma-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/sandbox-dma-test.c b/drivers/dma/sandbox-dma-test.c
index 838596b24b..aebf3eef96 100644
--- a/drivers/dma/sandbox-dma-test.c
+++ b/drivers/dma/sandbox-dma-test.c
@@ -280,5 +280,5 @@ U_BOOT_DRIVER(sandbox_dma) = {
.of_match = sandbox_dma_ids,
.ops = &sandbox_dma_ops,
.probe = sandbox_dma_probe,
- .priv_auto_alloc_size = sizeof(struct sandbox_dma_dev),
+ .priv_auto = sizeof(struct sandbox_dma_dev),
};