aboutsummaryrefslogtreecommitdiff
path: root/include/hw/dma/xlnx_csu_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/dma/xlnx_csu_dma.h')
-rw-r--r--include/hw/dma/xlnx_csu_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/dma/xlnx_csu_dma.h b/include/hw/dma/xlnx_csu_dma.h
index 204d94c673..9e9dc551e9 100644
--- a/include/hw/dma/xlnx_csu_dma.h
+++ b/include/hw/dma/xlnx_csu_dma.h
@@ -30,7 +30,7 @@ typedef struct XlnxCSUDMA {
MemoryRegion iomem;
MemTxAttrs attr;
MemoryRegion *dma_mr;
- AddressSpace *dma_as;
+ AddressSpace dma_as;
qemu_irq irq;
StreamSink *tx_dev; /* Used as generic StreamSink */
ptimer_state *src_timer;