aboutsummaryrefslogtreecommitdiff
path: root/hw/puv3_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/puv3_dma.c')
-rw-r--r--hw/puv3_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/puv3_dma.c b/hw/puv3_dma.c
index c05a14ea16..32844b5f75 100644
--- a/hw/puv3_dma.c
+++ b/hw/puv3_dma.c
@@ -12,7 +12,7 @@
#include "hw/sysbus.h"
#undef DEBUG_PUV3
-#include "hw/puv3.h"
+#include "hw/unicore32/puv3.h"
#define PUV3_DMA_CH_NR (6)
#define PUV3_DMA_CH_MASK (0xff)